navtabs

  1. ENXF NET

    XF 1 Tip Navtab ResponsiveNarrow-Only Tab Width Control

    There are times where your tab width's need to be crushed down a bit to make your navbar operate in a more visually appealing way for your users who browse your site's using their devices that utilize ResponsiveNarrow renderings. I found this useful on my site primarily for logged-in users when...
  2. ENXF NET

    XF 1 Tip [cXF] Change Navigation Tabs side

    Instead of this: ... have this: Add code to EXTRA.css template: .navTabs .publicTabs { float: right !important; } .navTabs .visitorTabs { float: left !important; }
  3. ENXF NET

    XF 1 Tip Add an image to individual navigation tabs

    This resource is not affiliated with XenForo Ltd. Another simple bit of CSS which will add an image to the navigation bar for each tab, in front of the tab text/name. You need to know the class name for each tab. The default ones are: home, forums, members, help. If you are using the Nodes As...
Top