Spacing between main menu items

GK User
Mon May 23, 2011 8:36 am
Hi,

Where can i find the code to create less spacing between the main menu items: knobs like home photo's contact?

Regard,
Ronnie
User avatar
Expert Boarder

GK User
Tue May 24, 2011 4:22 am
I'm just a happy amateur, so my solution might not be the correct one, but I wanted less space between menu items and added the following to my override.css

div#gkDropMain ul > li a {
padding: 0 5px;
color: #CCC;
}

And it's the 5px bit that I can alter to change the space between the menus. I don't know if that's the "right" way to do it, but it works for me :-)
User avatar
Junior Boarder

Konrad M
Tue May 24, 2011 5:18 am
Hi
This one is not bad ;) or you can add to override.css
Code: Select all
div.gk-menu ul > li, div#gkDropMain ul > li {
    margin-right: 12px;
}


and decrease margin value. Of course remember to enable override.css option in template settings.
User avatar


cron