MyBB Community Forums

Full Version: navbar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i'm just wondering if its possible to make navbar vertical wider.

incase yes, how do i do that ?
my web: www.cs-palace.com
may i know what exactly you are trying to achieve.... do want the "Buy Admin" to be placed next to  "Rules" on the navbar...

if that's your concern, then in global.css find #nav li and change display: inline; to display: inline-block;
no no, i want to make it wider its currently 33px wide.

i want to make it like 50px wide (Vertical)
(2014-08-22, 07:15 AM)Kadirtekin Wrote: [ -> ]no no, i want to make it wider its currently  33px wide.

i want to make it like 50px wide (Vertical)

in global.css find #navbar and change its height as "height: 48px;"

48px because the top and bottom border of 1px each will make it 50px...

and find "#nav a" and add "line-height: 48px;"

this is to place the text vertically middle of the bar