How to reduce the left / right margin in main menu?

GK User
Tue Jul 22, 2014 8:44 am
I have a few main menu item which I would like to squeeze toghether a bit ... so that they all fit in one row. How can I use the override.css to get control over this?
User avatar
Gold Boarder

GK User
Tue Jul 22, 2014 8:47 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Jul 22, 2014 9:16 am
Please visit "www.gaiatellus.org" to see this.
User avatar
Gold Boarder

GK User
Tue Jul 22, 2014 12:57 pm
From what I see they fit in one row correctly...
But you can reduce the spacing:
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
.gkMenu > ul > li > a {
padding: 0 10px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Thu Jul 24, 2014 5:43 am
Thanks :)
User avatar
Gold Boarder


cron