Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22083

hannah on "[Theme: Virtue] Can I show Secondary Menu without having to use the mobile menu?"

$
0
0

So you're wanting your menu to show across the screen, and not a drop-down correct? You can try this -just paste it into your custom css box in theme options > advanced settings:
@media (max-width: 992px) {
#nav-second ul.sf-menu {display: inline;}
}

Let me know if that works for you!
Hannah


Viewing all articles
Browse latest Browse all 22083

Trending Articles