Menu Font Size

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Sat Dec 17, 2011 4:59 pm
I would like to make the font of the Menu smaller - I need more menu items to fit in to the Main Menu
User avatar
Fresh Boarder

teitbite
Sat Dec 17, 2011 7:08 pm
Hi

The class responsible for that element is:

Code: Select all
#gkMainMenu > div > ul > li > a {
    border-right: 1px solid #85A6FB;
    color: #F6F6F6;
    display: block;
    font-size: 13px;
    height: 42px;
    line-height: 45px;
    padding: 0 18px;
    text-shadow: 0 -1px 0 #5674C3;
    text-transform: uppercase;
}


You can find it in /templates/gk_music/css/menu.css
User avatar
Moderator


cron