How i show more subcategories on mobile menu?

Posted in: Newspaper
Post count: 199

Hello. i have a main category with over 80 subcategories. on desktop site, i change this setting (from 30 to 100) https://www.screencast.com/t/OneHajdQF1l (/includes/td_config.php) and all categories appears on menu, but on mobile menu doesn’t appears.

can you tell me how i can fix it?

Post count: 20688

Hi,

That should affect the subcategories in the drop down mobile menu as well as the mega menu. Make sure you have posts in those categories.

Thanks

Post count: 199

of course i have posts on those categories, but on mobile menu doesn’t show all subcategories.

Post count: 20688

Hi,

After further inspecting this issue, it seems there is a height limit for the open menu on mobile. The menu items are all there but they cannot be seen.
Please enter this code in Theme panel->Custom Css and it will increase the height of the menu on mobile, to be able to display all the categories
https://www.screencast.com/t/EGcugrp1pLi

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

Thanks

Post count: 199

thank you!

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