http://websozo.com/beestunning
I’d like to have the sub menu drop down come up right underneath instead of out to the side.
http://websozo.com/beestunning
I’d like to have the sub menu drop down come up right underneath instead of out to the side.
Hi There,
Please try adding this custom CSS under Theme Options > CSS:
@media (min-width: 980px){
.x-menu ul.sub-menu.x-dropdown {
left: 50%;
margin-left: -7em;
}
}
Hope it helps 
That didn’t work.
Is there a significance to the ‘ul’?
Hey @nlwebdesign,
The submenu drops underneath. Would you mind providing more details, screenshots and what browser you’re using? Also provide the version number and operating system you’re using.
Thanks.
MOBILE. Not desktop.
Hi @nlwebdesign,
Add this in your custom CSS:
.e57-11 .x-dropdown {
left: 0px;
top: 45px;
}
Hope it helps.
Let us know how it goes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.