[wp-meta] [Making WordPress.org] #6604: Mobile screen navigation issue due to padding in the content tabs

Making WordPress.org noreply at wordpress.org
Thu Mar 2 10:34:57 UTC 2023


#6604: Mobile screen navigation issue due to padding in the content tabs
--------------------------+---------------------
 Reporter:  krunal265     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  high          |   Milestone:
Component:  Profiles      |  Resolution:
 Keywords:  needs-patch   |
--------------------------+---------------------

Comment (by viralsampat):

 Hello @krunal265

 I have checked the above-mentioned issue and resolved it.

 I haven't a WordPress profile org clone, So here, I have added its
 solution.


 {{{
 @media screen and (max-width: 767px)
 #content-tabs ul li {
     display: inline-block;
     padding: 0px 16px;
 }
 }}}

 Thanks,

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


More information about the wp-meta mailing list