Is this possible center Main Menu

GK User
Wed Sep 04, 2013 1:20 pm
Ive tried centering the main menu with no luck, is this possible if so whats controlling it?

Regards,

Stefan
User avatar
Junior Boarder

GK User
Wed Sep 04, 2013 1:50 pm
I don't have 1.6 version of this template but if its same html layout as 2.5 version then you can use following css code.
Code: Select all
.gk-menu {
    text-align: center;
}
div.gk-menu ul.level0 {
    display: inline-block;
    margin: auto;
}


See you around...
User avatar
Platinum Boarder

GK User
Wed Sep 04, 2013 2:10 pm
Thanks Norman,

it worked like a charm, i have the 2.5 version but i didnt see a board for 2.5?

thanks anyway.
User avatar
Junior Boarder

GK User
Wed Sep 04, 2013 2:14 pm
No problem at all, see you around...
User avatar
Platinum Boarder


cron