Centered Menu

GK User
Tue Apr 06, 2010 12:22 pm
Can you help me to make the menu voices alligned to centre in the menu bar?

Thankyou
User avatar
Fresh Boarder

teitbite
Wed Apr 07, 2010 11:23 am
Hi

Please edit file gk_stuff.css and find this class:

Code: Select all
#gk-mainnav ul.level0 > li > .childcontent .childcontent li, #gk-mainnav2 > ul > li li li, #gk-mainnav ul.level1 li {
padding:0 14px;
}


and add to it this line:

Code: Select all
text-align:center;
User avatar
Moderator

GK User
Wed Apr 07, 2010 6:47 pm
Thank you so much
User avatar
Fresh Boarder


cron