[wp-meta] [Making WordPress.org] #6886: Spacing issue on mobile devices.

Making WordPress.org noreply at wordpress.org
Fri Mar 24 05:57:57 UTC 2023


#6886: Spacing issue on mobile devices.
-----------------------------------------+---------------------
 Reporter:  baroliyamayur                |       Owner:  (none)
     Type:  defect (bug)                 |      Status:  new
 Priority:  normal                       |   Milestone:
Component:  Theme Directory              |  Resolution:
 Keywords:  needs-patch has-screenshots  |
-----------------------------------------+---------------------

Comment (by baroliyamayur):

 There were issues with the CSS for **.single-handbook #content**. Please
 use the CSS below to resolve the issue.


 {{{
 @media screen and (max-width:500px) {
     .single-handbook #page {
         background: #fff;
     }

     .single-handbook #content {
         width: 100%;
     }

 }
 }}}




 **See output:** https://share.cleanshot.com/jHc4Jc9K0ZmRfmJdtSHF

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


More information about the wp-meta mailing list