Menu not showing on mobile device

Posted in: Newspaper
Post count: 14

The menu that I created is showing on the desktop version of my site, but not on mobile devices. The menu shows Sign In, Disclaimer, Blog, and About. Here’s the site: http://www.whatshouldigether.com
I don’t have the mobile plugin. thank you

  • This topic was modified 7 years by Tengel. Reason: no way to attach screen shot
Post count: 1043

Please try to use the code below and place it in Theme panel -> Custom CSS area.
@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}

Thanks.

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