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

Making WordPress.org noreply at wordpress.org
Fri Dec 2 06:41:49 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 viralsampat):

 Hello Team,

 I have checked it from my end and also I am able to reproduce this issue.

 Also, I have checked meta trunk folder to make this change on CSS file,
 But I didn't found the same theme.

 So, here, I have added my code for review.

 @media (max-width: 1199px) {
     .entry-content.entry-content>.alignfull .alignfull{
         margin-left: calc(var(--wp--preset--spacing--10)*-1)!important;
         margin-right: calc(var(--wp--preset--spacing--10)*-1)!important;
         width: 100% !important
     }
 }

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


More information about the wp-meta mailing list