ElkArte Community

Project Support => Support => Topic started by: Wizard on October 14, 2015, 09:57:17 pm

Title: How to fix , sub menu opening downwards instead of sideways
Post by: Wizard on October 14, 2015, 09:57:17 pm
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 ?
Title: Re: How to fix , sub menu opening downwards instead of sideways
Post by: Spuds on October 15, 2015, 06:10:04 am
That would be your css, you are probably missing left margin on one of your dropdown containers
Title: Re: How to fix , sub menu opening downwards instead of sideways
Post by: Wizard on October 15, 2015, 09:20:10 am
Thank you @Spuds

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

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