[wp-meta] [Making WordPress.org] #6587: Content overflow issue in Homepage
Making WordPress.org
noreply at wordpress.org
Wed Nov 23 12:23:17 UTC 2022
#6587: Content overflow issue in Homepage
--------------------------------+---------------------
Reporter: kajalgohel | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: WordPress.org Site | Resolution:
Keywords: needs-patch |
--------------------------------+---------------------
Comment (by multidots1896):
We need to add below css for covering the layout.
{{{
@media (max-width: 1199px)
.entry-content.entry-content>.alignfull .alignfull {
margin-left: calc(var(--wp--preset--spacing--60)*-1)!important;
margin-right: calc(var(--wp--preset--spacing--60)*-1)!important;
width:100%;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6587#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list