Top Menu in Mobile

Posted in: Newspaper
Post count: 1

How do I get my Top Menu to appear in mobile? The main menu is there, but the important stuff for mobile clients (contact info, ad rates, etc.) is all in my top menu.

VTMommies.com

Thanks!

Post count: 7909

Hi,

Theme was designed to not show top menu on mobile view and there is no option for this.
Please use this custom css: http://screencast.com/t/BYx45vKqIg

@media (max-width: 767px){
.td-header-menu-wrap {
display: block;
font-size: 11px;
}
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu {
margin-left: 0px;
}
.top-header-menu li a, .td-header-menu-wrap .menu-post-and-page-settings-container .menu li a {
padding: 0px 2px 0px 2px;
}
}

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.