I’m losing some menu items on the left hand side and cannot find a way to make that navigation bar scroll.
Is it possible or shall I break the menu up and add it to the sidebar instead?
Thank you!
Hello @lisacole1,
Thanks for writing to us.
It seems that you have added lots of menu items in the submenu, I would suggest you decrease the number of menu items or use the custom CSS code under Theme Options —>CSS
.desktop .sub-menu {
height: 350px;
overflow-y: scroll;
}
Please feel free to change the height as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks
Thank you, that is really helpful. I’ll shorten the menu!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.