The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Gaps in navbar.

3 posters

Go down

Gaps in navbar. Empty Gaps in navbar.

Post by Swagbito January 9th 2015, 1:52 am

http://rubbershinobi.forumotion.com/
How do I get gaps in the nav bar? I want the buttons to fill the whole bar.
Swagbito
Swagbito
Forumember

Posts : 176
Reputation : 4
Language : English & Japanese

http://rubbershinobi.forumotion.com/

Back to top Go down

Gaps in navbar. Empty Re: Gaps in navbar.

Post by Mr. Eddster January 12th 2015, 1:09 am

OK first off find this code in your CSS Stylesheet by using the search button:


#pun-navlinks li a

and then use this code to evenly space out the links evenly:


Code:
#pun-navlinks li a {
    margin: 0px 12em 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
}
Mr. Eddster
Mr. Eddster
Forumember

Male Posts : 382
Reputation : 7
Language : English

http://sports-forumbuzz.canadian-forum.com/

Back to top Go down

Gaps in navbar. Empty Re: Gaps in navbar.

Post by _Twisted_Mods_ January 12th 2015, 1:46 am

Code:
#pun-navlinks li a {
    margin-left:5%;
    margin-right: 5%;
}
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum