Menu Display

The nested items in the menu are displaying instead of user clicking the drop drown and they appear
http://ndshost1.com/tosoffice/

Hi there,

That is caused by this code that is in your Global CSS:

.x-navbar .desktop .sub-menu {
    display: block;
    min-width: 270px;
    width: auto;
}

kindly remove the display: block in the code.

Hope this helps.

Hi there,

It seems that you have deleted your previous post.

Please let us know in case you have other question.

Cheers!

I found the code. THANKS for your help

now the sub menu is not putting all sub items on own line, there are 6 pages under the expertise menu item and puts couple of them on same line
http://ndshost1.com/tosoffice/

Hi There,

Thanks for writing in!

Please add this CSS and let us know if that helps!

.desktop .sub-menu li {
display: block !important;
float: none !important;
}

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.