Show submenu on mobile

Posted in: Newspaper
Post count: 9

I created a mega menu using category and subcategories. This displays well on desktop. On mobile however it only shows the top level category (when user clicks the burger icon). How do I display subcategories as a submenu on the mobile displays?

Post count: 35449

Hi,

If you are using the mobile theme, the mega menu will not be display, this can be display only in responsive version of the theme, if you have the responsive version, you can try this custom css
.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

The code need to be set in Theme panel> Custom code> Custom css

If there is still a problem, please provide me a link to take a closer look to it.

Thank you!

Post count: 46

I have the same problem as him and the code works! Thank you.

Post count: 9

Thanks Cain. The custom css code you provided solved the issue.

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