Top Menu on Mobile

Posted in: Newspaper
Post count: 4

Hi I need some help displaying the top menu on mobile devices.

Newspaper V 8.8.1
Current PHP version: 7.0
WordPress 4.9.8

searched the forum and found the following:

@media
(max-width: 767px){
.td-header-top-menu{
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
}

I added that to the Theme Panel > Custom CSS > Custom CSS but still no Top Menu on my mobile but shows on the others.

https://www.prsnetwork.com/

Thanks

Post count: 22421

Hello,

Please try:

@media (max-width: 767px){
.td-header-top-menu-full {
display: block;
}
.td-header-sp-top-menu {
display: block !important;
text-align:center
}
.td-weather-top-widget, .td-social-icon-wrap{
display:none;
}
}

Thank you!

Post count: 4

That worked great, thanks!

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