Archived topic
Changing Logo Size on Sticky Navigation on Safari
3 replies · Started by Stacey on July 19, 2020
Hi
I'm using the CSS as outlined here https://docs.generatepress.com/article/centering-logo-navigation/
and using a SVG image for the logo which is added in the Site Logo and the Sticky Navigation logo.
I want the logo to say the same size on the normal navigation and on the sticky navigation.
It is working fine in Chrome and Firefox - but on Safari the logo is shrinking.
I am working on a PC and don't have access to Safari - I can see it in testing tools (screenshot attached) but I'm struggling to work out what CSS I need to get it to stay at the right size and am hoping you can help me please.
Link to screenshot
https://www.dropbox.com/s/giu8rjamscn7vse/cheshire-garden-sticky-logo-safari.png?dl=0
Hi there,
That's strange, can you try adding this CSS?:
.sticky-navigation-logo {
width: 300px;
}
Thank you - looks like this worked. Appreciate your help.
No problem!