Hi My Logo is much bigger than space provided. Is it possible to adjust/override current measurements to accomodate a larger logo? If so where and what code do I use. Thank you for your time.
#gkLogo {
height: 35px !important;
width: 140px !important;
}
Konrad M wrote:Hi,
please try add to override.css
- Code: Select all
#gkLogo {
height: 35px !important;
width: 140px !important;
}
and set values as same as your logo dimension. Remember to enable override.css option in template settings.