[SOLVED] Header CSS reduce space

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Nov 16, 2011 11:47 pm
Hi,

Can someone help me with how i can reduce the space between the top of the page and the menu line. I guess it's a CSS override, but i cannot find the correct class to use. You find the site here: www.skurupshandel.se

Thanx.
User avatar
Fresh Boarder

GK User
Thu Nov 17, 2011 2:04 am
That would be template.css file Line 59
Currently
Code: Select all
#gkToolbarWrap {
    height: 30px;
    overflow: hidden;
    padding: 60px 0 0;
}

Change it to
Code: Select all
#gkToolbarWrap {
    height: 20px;
    overflow: hidden;
    padding: 8px 0 0;
}
User avatar
Platinum Boarder

GK User
Thu Nov 17, 2011 7:32 pm
Worked flawlessly, thanx for very fast support!!
User avatar
Fresh Boarder

GK User
Fri Nov 18, 2011 8:50 am
No problem at all, see you around...
User avatar
Platinum Boarder


cron