Ludachris

Customer
Hi guys - question on responsive navbar menu. The default functionality is to have all menu items collapse into the Menu icon in the main navbar on a small screen. I think there's a way to force certain menu tabs to display but I can't remember how. One of the menu items I want to display is Showcase. The other is a menu tab I'm displaying through the Custom Tabs plugin. How would I force those tabs to display while having all others remain collapsed?
 
I suppose you could use some basic CSS:

Code:
#XenForo.XenBase .navTab.showcase > a {
    display: inline-block !important;
}

See if that works for you. Place it inside extra.css.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back