[wp-meta] [Making WordPress.org] #4878: Drop down menu error on https://make.wordpress.org/docs/handbook/

Making WordPress.org noreply at wordpress.org
Fri Nov 29 07:31:55 UTC 2019


#4878: Drop down menu error on https://make.wordpress.org/docs/handbook/
---------------------------------------+---------------------
 Reporter:  passoniate                 |       Owner:  (none)
     Type:  defect                     |      Status:  new
 Priority:  normal                     |   Milestone:
Component:  Make (Get Involved) / P2   |  Resolution:
 Keywords:  has-screenshots has-patch  |
---------------------------------------+---------------------
Changes (by wpamitkumar):

 * keywords:   => has-screenshots has-patch


Comment:

 I Fixed below CSS and its working. Please use CSS `left: 0;` instead of
 `left: -50px;`.
 Screenshot -[https://prnt.sc/q3owib]

 {{{
 @media (max-width: 550px)
 nav.o2-post-actions ul {
     left: 0;
 }
 }}}

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


More information about the wp-meta mailing list