Top Bar Menü doesnt shop on mobil

Posted in: Newspaper
Post count: 15

The Top Bar Menü doesent show on mobil…why?

Post count: 22421

Hello,
The top bar was disabled on mobile devices. It can be activated with a cs code though. Please provide a link to your site and I will provide the code to activate it.
Thank you!

Post count: 15

http://www.fitnesstotal.tv what do you need?

Post count: 22421

Hello,

Try to add this code in the theme panel-> custom css box:

@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}
.td_ul_login{
display:none!important;
}
.td-header-sp-top-menu, .menu-top-container{
width:100%!important;
}
#menu-td-demo-top-menu{
margin-left: auto;
margin-right: auto;
display: table;
}}

Thank you!

Post count: 15

Thanks, but the output is not a nice!

Post count: 20688

Hi,

The solution provided seems to be working properly. If you are reffering that the top menu items are not aligning properly on certain screen sizes, maybe you can try adding this to the code
https://www.screencast.com/t/41zSyfQWrUcx
https://www.screencast.com/t/efoOWGcvIq
https://www.screencast.com/t/oh5BkLuBSZCB
The code should be like this if you decide to use it

@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}
.td_ul_login{
display:none!important;
}
.td-header-sp-top-menu, .menu-top-container{
width:100%!important;
}
#menu-td-demo-top-menu{
margin-left: auto;
margin-right: auto;
display: table;
text-align:center;
}}

Thanks

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