Menu Display on Mobile

Posted in: Newspaper
Post count: 8

Hi,

Would you mind letting me know how we can display all menu options within the menu on mobiles as it only shows infomation on main menu. We would like to display all the menus we have in the mobile menu.

kindest regards

N

Post count: 22421

Hi,
The top menu was hidden on mobile as a design choice. This was done with css so it can be activated. Please provide a link to your site so I can provide the proper code.
Thank you!

Post count: 8

Hi,

Thanks so much for your help.

Here is the link to the site: http://www.hagg.la

Would you mind giving me an idea where to put the code.

Kindest Regards

N

Post count: 22421

Hi,

You can use this code:

@media (max-width:767px){
.td-header-sp-top-menu {
display: block!important;
}
.td-header-top-menu-full {
display: block!important;
}
.td-header-style-8 .td-header-top-menu{
display:block!important;
margin-left:auto;
width: 100%!important;
}
.top-bar-style-1{
display: table!important;
margin-left: auto;
margin-right: auto;
text-align: center;
}}

Add this code in the theme panel->custom css box. http://screencast.com/t/bzS1a7P5

Thank you!

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