Skip to main content
Topic: How to fix , sub menu opening downwards instead of sideways (Read 1641 times) previous topic - next topic
0 Members and 1 Guest are viewing this 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.