Left navigation header widgets not working

Hi,

I have a navigation on left as per Integrity 8.
I can’t see widget areas of header with more than one menu on the left navigation. Please advice.

Hi There,

To fix this issue, please add this custom CSS under Theme Options > CSS:

.x-navbar-fixed-left .desktop .x-nav, 
.x-navbar-fixed-right .desktop .x-nav {
    overflow-y: auto;
}

For more information about the overflow CSS attribute, please take a look at this:

https://www.w3schools.com/CSSref/pr_pos_overflow.asp

Hope it helps :slight_smile:

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