Change menu size

GK User
Mon Jan 23, 2012 10:14 pm
Hi, on my site http://margit.jakobseen.dk/ I would like to make the menu larger so it can contain more items. At the moment I can only have 3 before they are hidden behind the background.

Regards!
User avatar
Fresh Boarder

Konrad M
Mon Jan 23, 2012 11:00 pm
Hi
Try add to override.css
Code: Select all
#gkMainMenu > div > ul > li > a {
    font-size: 13px;
}

and try change increase or decrease this value. Remember to enable override.css option in template settings.
User avatar

GK User
Tue Jan 24, 2012 10:10 pm
Thank you very much Konrad, that worked. But I dont understand how, the code just changes the font size? Well I can have more items now so that is fine! :)
User avatar
Fresh Boarder

Konrad M
Wed Jan 25, 2012 9:33 am
I'm glad I could help :)
User avatar


cron