Hello,
The logo is not correctly rendering on mobile (iPhone 6s)/landscape view (Chrome) - screenshot attached.
Any pointers will be appreciated.
James
Hi,
Try to add the following custom css code:
@media (max-width: 1040px) { #gkLogo img { margin: 0; } }
Cheers Joshua