[wp-meta] [Making WordPress.org] #6587: Content overflow issue in Homepage
Making WordPress.org
noreply at wordpress.org
Mon Nov 28 14:06:52 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 himshekhar07):
We need to add the below CSS for a solution.
{{{
@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;
display: contents;
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6587#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list