Hi, I have an image in the header position, and the image is being zoomed in somehow and it's cutting off part of the image. How can I stop this from happening please? thanks
marleyman Hi,
You can try with this custom css:
div#gkHeaderMod { padding-top: 88px; }
Thank you!