centering menu

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Sun Feb 01, 2015 9:21 pm
Hi,
Im trying to center the menu and i've tried all the normal ways and it doesnt seem to work. Can you please see if im missing something.
thanks
User avatar
Senior Boarder

GK User
Mon Feb 02, 2015 9:33 am
Hi,

Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Mon Feb 02, 2015 12:51 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend) or use plugin described here:
https://www.gavick.com/blog/adding-cust ... ress-theme

Code: Select all
#gk-head.gk-absolute-head {
   text-align: center;
}
#main-menu {
display: inline-block;
}

In this case you'll have also the logo centered, if you want to have logo on the left, add also this code:
Code: Select all
#gk-head > h2 {
   text-align: left;
}
User avatar
Moderator


cron