Reduce the link in the navbar

  • Thread starter Thread starter account8226
  • Start date Start date
A

account8226

Guest
Hey,

how could I make the widght btw the links in the navbar bigger ?
15rcd1.png

For example, the size between accueil, forums and staff ?

Soz for my English.

Thanks for the help.
 
Add to EXTRA.css

Code:
.navTabs .publicTabs .navLink {
padding: 0 35px; }

Change the 35px to suit.

You may need to use !important, I haven't tested this.
 
Add to EXTRA.css

Code:
.navTabs .publicTabs .navLink {
padding: 0 35px; }

Change the 35px to suit.

You may need to use !important, I haven't tested this.

That is just was I was looking for! Thanks you very much Brogan, and thanks for the quick awnser, really!!! Tx!

PS: It's working perfectly!
 
Top Bottom