creaky

Customer
I'm trying to get a space between a couple of the tabs in my navigation.

In the image Forums is the selected tab, the Articles tab is open and the members tab is being hovered over. I want to get a gap between Articles and Members the same as between Forums and Articles.
navtabs.png


This is using Flat Awesome+, the site is http://www.gadgetbit.com/
 
Instead of adding margin-right 5px to that property (where I think you're adding it)

Put it in extra.css and apply it to this:

Code:
.navTabs .navTab { margin-right: 5px; }

Should work better
 
Also I'm making some various improvements for the boxed version, for yours you may want to add this in extra.css:

Code:
.XenBase .footerLegal .pageContent {
  padding-bottom: 12px !important;
}
 

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