Hi can anyone let me know how to increase the size of my logo. I have changed it here but i need it bigger and wider.
[url=http://]http://www.in2town.co.uk[/url]
#gkLogoWrap {
min-height: 150px;
}
h1#gkLogo {
height: 112px;
top: 5px;
width: 980px;
}
normanUK wrote:Add below to your override.css
- Code: Select all
#gkLogoWrap {
min-height: 150px;
}
h1#gkLogo {
height: 112px;
top: 5px;
width: 980px;
}