Mobile menu not showing all menu items

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Sun Aug 09, 2015 7:11 pm
Hi,

I have 9 main navigation items and submenus for each item. When viewed on mobile, the list becomes too long and gets cut off. How do I set up the mobile menu so that you can scroll down to the end of the list?

Thanks!
User avatar
Fresh Boarder

GK User
Sun Aug 09, 2015 9:40 pm
Hi,

Try to add the following code into the theme’s css/override.css file or use any custom css plugin:
Code: Select all
#aside-menu {
   overflow: scroll;
}
User avatar
Moderator


cron