What to do to display the submenu always?

On the start site I have a left menu - Navigation collapsed. There I want to show the submenu everytime. Is it possible? What can I do to show the submenu always? Thank you for your support!

Hi There,

It could be done by the custom CSS.

Could you please provide us with your website URL so we can take a closer look?

Thanks.

Hi Thai,
here is the url: http://www.easyweb4you.at/Test/

Thank you for your help!!

Hi There,

Please try adding this custom CSS under X > Theme Options > CSS:


ul#menu-hauptmenue-1 .sub-menu {
    height: auto !important;
    display: block;
}

.hm9.x-bar-container {overflow-y: auto;overflow-x:hidden;}

Hope it helps :slight_smile:

Hi Thai,

thank you very much!! It works!!
:grinning:

1 Like

Glad we’re able to help you :slight_smile:

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