Sub nav is cut off on computer screen

hi i have a video explaining my problem see it here

Hi there,

Thanks for writing in! I see you’ve many sub menu items in the classes menu. Best way to deal with this situation is to show a scrollbar in the sub menu so you can scroll down to see all of your sub menu items. To do this, please add the following CSS code in the Theme Options > CSS:

.masthead-inline .x-navbar.x-navbar-fixed-left .desktop .sub-menu {
    overflow: auto;
    max-height: 450px;
}

Cheers!

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