How to change a limit of subemenus on mobile?

Posted in: Newspaper
Post count: 7

On my site I have big main menu with many positions of submenu. On mobile it’s a problem, because only some of them are showing. Any ideas how to change the limit of submenus?

Link:
https://www.chmielnik-jakubowy.pl

Post count: 20688

Hi,

That is quite a sub-menu. The mobile sub-menu has a limit but not of actual category number, but a height limit. I could give you a code to modify that height (original is 2000px) to a higher value, 5000px max-height would be enough
https://www.screencast.com/t/m3ylD66dObBg

Enter the code in Theme panel->Custom CSS section

.td-mobile-content .td-sub-menu-open>ul {
max-height: 5000px;
}

Thanks

Post count: 7

Thanks! It works :).

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.