Hi, may I know how to reduce space under logo? attached with screen shot. thanks!
image link here:
http://humanwebsite.com.my/download/red ... erlogo.png
the website is http://bigfun.com.my
#gkPageTop {
padding-bottom: 0 !important;
}
#mainContent > div {
margin-top: 40px;
}
Konrad M wrote:Hi
Try add to override.css
- Code: Select all
#gkPageTop {
padding-bottom: 0 !important;
}
if you want reduce it more then add this too:
- Code: Select all
#mainContent > div {
margin-top: 40px;
}
and reduce margin value. Of course remember to enable override.css oiption in template settings.
#gkPageTop {
padding-bottom: 0 !important;
}
h1#gkLogo {float: left}
h1#gkLogo a img { display: block; height: 45px; margin: 0; max-width:400px; top: 0; left:0; }
h1#gkLogo a.cssLogo { background: url('../images/logo.png') no-repeat 0 0; display: block; height: 150px; margin: 0; text-indent: -999em; width:210px; top: 0; left:0; z-index: 1001; }
#mainContent > div {
margin-top: 5px !important;
}
#gkPageWrap {
padding: 5px 40px 40px 40px !important;
}
h1#gkLogo {
margin: -17px 0 0 0;
}