Topbar on mobile

Posted in: Newsmag
Post count: 7

Hi,
My topbar is not showing up on mobile. How do I fix this?
Thank you!

Post count: 7

I tried the following code, but it didn’t work:


@media
(max-width: 767px){
.td-header-top-menu-full {
display: block !important;
}
.td-header-sp-top-menu {
display: block!important;
}
.menu-top-container {
display: none !important;
}
}

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/vaAbpb4CCmA

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

Note that the top bar wasn’t designed to work on mobile devices so you may need additional css customizations in order to be displayed fine.

Thanks!

Post count: 7

Nope, still not working.

Post count: 6535

Hi

Please provide your site url so I can inspect this issue closer.
Thanks!

Post count: 7

thejewishpaper.com

Post count: 23312

Hello blmg1,

Please try the code below and place it in Theme panel->Custom Css area.

@media (max-width: 767px){
.td-header-style-4 .td-top-menu-full {
display: block!important;
}
}

The result you should see here: http://screencast.com/t/jciXctJKiX6

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 7

Yes it worked! Thanks!

Post count: 23312

Hello blmg1,

Glad that I could help!

Thank you for the message!

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