[wp-meta] [Making WordPress.org] #6981: Menu position is not correct.

Making WordPress.org noreply at wordpress.org
Sat May 20 07:30:16 UTC 2023


#6981: Menu position is not correct.
----------------------------------------+---------------------
 Reporter:  rima1889                    |       Owner:  (none)
     Type:  enhancement                 |      Status:  new
 Priority:  low                         |   Milestone:
Component:  General                     |  Resolution:
 Keywords:  needs-docs has-screenshots  |
----------------------------------------+---------------------

Comment (by naeemhaque):

 Here is some code for resolving this issue.
 I have applied this CSS and it's perfectly working.

 {{{
 .site-branding {
     display: flex;
     justify-content: space-between;
 }
 }}}

 After applying the CSS don't need to keep {{{ float: right; }}} CSS
 property in {{{ .menu-container }}} and {{{ .main-navigation }}} class. So
 you can remove these two property.

 Here is a snapshot to understand

 {{{
 https://meta.trac.wordpress.org/attachment/ticket/6981/Screenshot%202023-05-20%20at%201.22.05%20PM.png
 }}}

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


More information about the wp-meta mailing list