I have a logo being cropped when shrinking on a sticky heading.
I have set the logo to 300×62 and it still gets cropped. What size does it have to be for it to not happen?
the site is https://bigrigwraps.ultek.com/bigrigwraps/
you got a margin-top rule on your code – switch to padding-top:
.logo img {
padding-top: 10px !important;
}
Hi,
Thank u for sharing the code! :)
Best regards,
Basilis