center the main menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Oct 14, 2013 10:51 pm
Reply with quote
Report this post
Is there a way to center the Main Menu, instead of the left/right float, while retaining the Responsiveness...

Thanks

Heiko
User avatar
Fresh Boarder

teitbite
Tue Oct 15, 2013 1:00 am
Reply with quote
Report this post
Hi

Try add this code to css:

Code: Select all
#gkMainMenu {
    float: none;
}

.gkMenu > ul {
    text-align: center;
}

.gkMenu > ul > li {
    display: inline-block;
    float: none;
}
User avatar
Moderator

GK User
Tue Oct 15, 2013 6:42 am
Reply with quote
Report this post
Worked like a charm, thank you very much...

Heiko
User avatar
Fresh Boarder

teitbite
Wed Oct 16, 2013 2:51 pm
Reply with quote
Report this post
Hi

No problem, glad I could help.
User avatar
Moderator


cron