Archived topic
Logo on sticky gets small on Safari
1 reply · Started by Anders Nielsen on July 30, 2021
Viewing posts 1–2 of 2
Logo on sticky gets small on Safari
Created a small video,,,
Hi there,
this generally happens when the Image is missing its width/height attributes. Which is quite common with SVGs.
Theres a topic here for adding them ( if you cannot edit the original image ):
Adding the attributes generally fixes the issue. If not force it to behave using some CSS:
.sticky-navigation-logo {
width: 300px;
}
This archived topic is closed to new replies.