Center menu

25 April, 2016
GK User
Tue Mar 14, 2017 5:14 am
Hello,
can you tell me how to center the menu? I have no logo, I just need the menu in the home page
User avatar
Fresh Boarder

GK User
Tue Mar 14, 2017 5:20 am
I mean Main menu of course,
thanks
User avatar
Fresh Boarder

teitbite
Sat Mar 18, 2017 9:47 am
Hi

Please add this to override.css:

Code: Select all
#gkLogo {
    display: block;
    float: none;
    height: 108px;
    margin: 0 auto;
    padding: 0 !important;
    width: 120px;
}


just replace the width value to the width of Your logo.
User avatar
Moderator

GK User
Thu Mar 23, 2017 3:10 pm
thanks, but this code center the logo, I need to center the main menu, check the homepage http://diegovalencia.okrgt.com
User avatar
Fresh Boarder

teitbite
Tue Mar 28, 2017 10:04 am
Hi

Sorry, must have thought about a different thread.

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkHeaderNav .gkMainMenu {
    float: none;
    text-align: center;
}
User avatar
Moderator

GK User
Wed Apr 12, 2017 6:59 am
Thanks, that's perfect
User avatar
Fresh Boarder

teitbite
Sat Apr 15, 2017 12:01 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.