[wp-meta] [Making WordPress.org] #6587: Content overflow issue in Homepage

Making WordPress.org noreply at wordpress.org
Tue Nov 22 15:05:37 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 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.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6587#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list