TOP menu & bar not displayed on mobile

Posted in: Newspaper
Post count: 13

Hi,
When you visit my site: drybler.pl there is a top menu.
If you visit the same site on mobile, top menu is not visible.

How to fix that?
Best regards,
Mateusz

Post count: 20688

Hi,

The top menu is not displayed on mobile by default. You could make it display with a code like this
https://www.screencast.com/t/WJP391Xbb
You must enter the code in the Theme panel->Custom code->Advanced CSS in the phones section, if you decide to use it

.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center;
}

Thanks

Post count: 13

Thanks, seems to work fine.

Regards,
Mateusz

Post count: 20

I tried this and copy and pasted exactly what you put here and it does not work, am I missing something?

Post count: 20

Ignore, I have made it work, but added a comment on another forum topic on how to remove some of the menu items as the same as main mobile menu

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