how to reduce the gap between header and menu/logo?

GK User
Thu Feb 10, 2011 12:43 pm
can somebody please tell me how to reduce the gap between header and menu/logo?
User avatar
Expert Boarder

Konrad M
Thu Feb 10, 2011 12:45 pm
Hi
Can you give url to your site?
User avatar

GK User
Thu Feb 10, 2011 12:53 pm
here is a screen grab that shows it

reduce.gif
User avatar
Expert Boarder

Konrad M
Thu Feb 10, 2011 1:12 pm
In template.css try change styles to this:

Code: Select all
.moduletable.text
{
 padding:0;
}
Code: Select all


Code: Select all
.moduletable, .moduletable_text, .moduletable_menu {
margin:0;
}


And if still bottom gap is to big try reduce margin in:
Code: Select all
#gk-header {
margin-bottom:35px;
}
User avatar

GK User
Thu Feb 10, 2011 1:24 pm
thanks.. it worked with getting the 'body' text up to the header position but it does not seem to reduce the gap between the logo and the header position.

have tried a few times now with no joy.

can you suggest something else?
User avatar
Expert Boarder

Konrad M
Thu Feb 10, 2011 1:32 pm
In template.css try reduce min-height here:
Code: Select all
#gk-top {
min-height:120px;
}
User avatar

GK User
Thu Feb 10, 2011 1:46 pm
wonderfull thank you
User avatar
Expert Boarder


cron