Skip to main content
How to fix , sub menu opening downwards instead of sideways Started by Wizard · · Read 1769 times 0 Members and 1 Guest are viewing this topic. previous topic - next topic

How to fix , sub menu opening downwards instead of sideways

How to fix submenu opening downwards obscuring other menu items ? It is supposed to open side ways.

PS : Happens only in ACP main menu, only silk theme. Which class defines this action ?

Re: How to fix , sub menu opening downwards instead of sideways

Reply #1

That would be your css, you are probably missing left margin on one of your dropdown containers

 

Re: How to fix , sub menu opening downwards instead of sideways

Reply #2

Thank you @Spuds

Code: [Select]
.menulevel3 {
    margin-left: 265px;
}

in css/silk/custom_silk.css did the trick.