Hi there,
I’ve added some code to allow scrolling of the sidebar and move the sub-menu to the left, but as you’ll see (http://thatchinginfo.com), the sub-menu items don’t fully display.
Is there a way to increase the width of the sidebar to accommodate the sub-menu fully?
I tried the Site Width setting in Layout in Customiser but couldn’t get it wide enough.
Your help much appreciated.
Thanks,
Matt
I used this code for the scrolling:
.x-navbar-fixed-left .x-nav > li > .sub-menu {
z-index: 10000!important;
left: 1%!important;
top: auto!important;
}
.x-navbar-fixed-left, .x-navbar-fixed-right {
overflow-x: auto;
}