Show Top Menu in Mobile

Posted in: Newspaper
Post count: 46

Hi.
The theme is awesome. Please tell me how to enable both the top menu and the main menu in the mobile responsive version? I want both the menus to appear there.
Thanks.

My Site: http://www.inselleben.es
User: guest
PW: guestguest

Post count: 23312

Hello olivervossmann,

I have checked your website and saw that you are using Header Style 8. Please try the code below and add it in Theme panel->Custom CSS area and then your top bar menu will be displayed in the mobile version.

The code is ->

@media (max-width: 767px){
.td-header-top-menu-full {
display:block!important;
}
.td-header-style-8 .td-header-top-menu {
display: block!important;
}
.td-header-sp-top-menu {
display: block !important;
}
.td-header-style-8 .td-header-top-menu {
margin-left:0;
width: 100%;
}
}

The result you should see here -> http://screencast.com/t/KOf6LfoLz

Thanks.

Post count: 46

Tahnk You it works 🙂

Post count: 46

Hi i have another question
If i Open our Site at a mobile device is this menu noch centered.

Can You Write me a Code where the MenĂĽ is centered ?

http://WWW.inselleben.es

Post count: 23312

Hello olivervossmann,

I have inspected your website and I noticed that it is in maintenance mode (I guess) -> http://screencast.com/t/tZHwZetpOuB For deeper investigation, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further inspection if your website is under construction.

Thanks for your understanding!

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