[wp-meta] [Making WordPress.org] #6587: Content overflow issue in Homepage
Making WordPress.org
noreply at wordpress.org
Tue Nov 22 20:59:16 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 adamwood):
Replying to [comment:1 nidhidhandhukiya]:
> I am able to reproduce this issue.
> The reason behind this issue is :-
>
> {{{
> @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;
> }
> }}}
>
> If we remove this line of css that issue is resolved.
Unfortunately removing this line of CSS stops the cover images from being
full width. I believe hiding the overflow on the group blocks wrapping
these will fix the issue.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6587#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list