#6558 closed defect (bug) (fixed)
Menu Broken on developer.wordpress.org/cli/commands/
Reported by: | jakariaistauk | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-screenshots |
Cc: |
Description
Menu is broken on https://developer.wordpress.org/cli/commands/ page.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
The presence of an extra div element in the navigation menu area can cause the menu to be displayed incorrectly. I think removing the extra div element will resolve the issue.
Another solution would be to use CSS to adjust the layout of the navigation menu. If CSS properties such as "display: flex" and "justify-content: space-between" are used on the .site-branding class then the issue will get resolved.
Extra div element
CSS
Reference of other page markup: