Hi,
I'd like to know how I can reduce the amount of space left on top i.e. above the logo? Sorry if this is a basic question. The link: saudilife.net/matrimonial
Thanks,
Faraz
#gk-top {margin-top:-20px}
#gk-top {position: relative;top: -20px}
#gk-top.topmargin { margin-top: -70px; }
#mainPage { margin-bottom: 23px; margin-top:-40px }
#gk-top.topmargin { margin-top: -70px; }
#gk-menu { margin-top:-35px; position:absolute!important; margin-left:30px }
#mainPage { margin-bottom: 23px; margin-top:-50px }
robgam1234 wrote:Hey thanks thats sweet what about doing it all the way left cause I am going to have alot of menu items.
#gk-top {
height: 330px;
position:relative;
}
#gk-top span {
display:none;
}
h1.logo {
position:absolute;
left:300px;
}