Menu Item Limit on Mobile

Posted in: Newspaper
Post count: 22

Hi, my menu has many items and there appears to be a limit for how many of these items show on the mobile version. If you visit the site here: https://dev.dezignark.com/ and go the menu item ‘Characters’ and sub menu item ‘Architects’, you will see that on the desktop version, all the menu items for ‘Architects’ show, whereas the mobile version shows a limit ammount.

Is there a way to enable all the menu items to show on the mobile version?

Thank you

Post count: 35449

Hi,

Please set this custom css in Theme Panel>Custom code> Advance css> Phone
.td-mobile-content .td-sub-menu-open > ul {
max-height: 10000px;
}

-> https://www.screencast.com/t/lYlCHUZl
Please make sure that you clear all cache after you set the code.

Thank you!

Post count: 22

This fixed the problem, thank you

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