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
can you tell me how to center the menu? I have no logo, I just need the menu in the home page
-
- Fresh Boarder
- GK User
- Tue Mar 14, 2017 5:20 am
I mean Main menu of course,
thanks
thanks
-
- Fresh Boarder
- teitbite
- Sat Mar 18, 2017 9:47 am
Hi
Please add this to override.css:
just replace the width value to the width of Your logo.
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.
-
- 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
-
- 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.
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;
}
-
- Moderator
- GK User
- Wed Apr 12, 2017 6:59 am
Thanks, that's perfect
-
- 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
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
-
- Moderator
7 posts
• Page 1 of 1