index-shop.html
Hi,
When menu is too long it unable to show all.
Thanks
1 reply · opened Jan 3, 2021
index-shop.html
Hi,
When menu is too long it unable to show all.
Thanks
Hello,
Unfortunately, Menus having more Menu Items than the available Screen Size can have issues displaying all the Items due to certain restrictions. You can add the overflow-y: scroll; CSS Property on the .sub-menu-container but then this will disable further Sub Menus. Consider adding the following CSS Code and check this:
[ch_pre].sub-menu-container {
overflow-y: scroll;
}[/ch_pre]
You can consider using Small Mega Menus to accommodate more items in the Menus. Consider checking an Example of the Dropdown Menu Structure used here: http://themes.semicolonweb.com/html/canvas/intro.html .
Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard