Opened 5 years ago
Closed 5 years ago
#52411 closed defect (bug) (invalid)
Sub Menu Bug
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | major | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
I have a problem with the menu and sub menu of my website.
the drop down on the menu seems to be bugged and it's separated and therefore cannot be clicked or hovered on.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @austenco !
Somehow the Astra theme adds this margin style, which seems unnecessary:
ol, ul:not(#wpadminbar ul) { margin: 0 3em 1.5em 0 !important; }If you can find where that margin is defined, I would recommend removing the style. If you cannot remove it, you could try overriding that with a more insistent custom style like:
.main-navigation ul {margin: 0 !important;}For future website support, please use the support forums. I'll close this ticket because it is not a WordPress bug.