Hi,
Can u please tell me how can I change the height of the logo and header in Boutique template?
h1#gkLogo{
height: 200px !important;
}
#gkPageTop{
height: 400px !important;
}
h1#gkLogo a.cssLogo{
height: 200px !important;
}
Don Lee wrote:Do you mean that the code did not change logo size? If so, use this code plus:
- Code: Select all
h1#gkLogo a.cssLogo{
height: 200px !important;
}