menu does not expand on mobile

Posted in: Newspaper
Post count: 3

Hi,
I’m not using mobile theme.

On the default newspaper template, the menu on mobile does not expand.

I cannot figure out if it is a setting or anything else that I need to do

anyone can help?

site is nomundodapaula.com

Post count: 18283

Hello !

We are sorry for the inconvenience !

This is a bug and we are sorry for that. As a quick fix you can use this css code to display those arrow that will show the sub-categories:

#td-mobile-nav,
.td-menu-background {
visibility: visible;
}

.td-mobile-content .td-icon-menu-right {
display: inline-block;
}

The result will be this: https://www.screencast.com/t/n6bOnmAfi1jg

And you have to paste the code here: https://www.screencast.com/t/J1Nxw5s5

I hope this was helpfull !

Thank you !

Post count: 3

sloved! thanks much.

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