Archived topic
Logo Issue in Sticky Header on Safari
3 replies · Started by Jon on October 14, 2021
Hi
This is my site:
https://www.nextlevelwebdesign.co.uk/
On Safari (on MacOS at least) the logo shrinks when the sticky navigation appears. It's fine on Chrome, but I need the logo to not shrink so much?
Hope someone can help as this is really buggin me!
Hi there,
can you disable the lazy loader to see if its interfering with that.
If it is, then the logo has the is-logo-image class which you can use to exclude it from lazy loading.
Hi
I've disabled lazy loading on the images, but the issue is still there? The issue doesn't occur on Chrome or Firefox.
Thanks for your help...
Try adding this CSS:
.sticky-navigation-logo {
width: 100px;
}