Secondary Menu on Mobile

Posted in: Newspaper
Post count: 34

How can I get the secondary menu to show up on mobile? ie. The one in the pink strip at the top here: http://slashedbeauty.com

Right now on mobile, only the main navigation shows up in the menu section but I’d like all links there without having to add them all to my main nav.

Post count: 22421

Hello,

Unfortunately the mobile version of the site was never meant to show the top menu. It can be added with a bit of custom css but only at the top of the main page, not inside the hamburger menu. Try this code:
@media (max-width: 767px){
.td-header-top-menu-full {
display: block!important;
}
div.td-header-sp-top-menu {
display:block !important;
float:none!important;;
}
.td-header-top-menu-full {
display: block!important;
}
.td-header-sp-top-widget{
display:none!important;
}
.menu-top-container {
display: table!important;
margin-left: auto;
margin-right: auto
}}

Add the code in the theme panel->custom css box.

Thank you!

Post count: 4

same issue here. there addition of the css does not seem to work.

Post count: 22421

The top menu is not the same for everybody. Please provide a link to your site
Thank you!

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