Home › Forums › Support › SVG Logo on scroll This topic has 5 replies, 3 voices, and was last updated 6 years ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts November 21, 2017 at 3:28 pm #430242 Jason Westbrook Hey guys I am showing a blurry and appears to be scrunching the logo so its not staying to size. I have it set for 200×40 pixels. Thanks for the tips! November 21, 2017 at 7:32 pm #430341 TomLead Developer Lead Developer You can upload an SVG as your logo as long as you have a plugin like this installed: https://wordpress.org/plugins/safe-svg/ You can find more info here: https://docs.generatepress.com/article/adding-svg-logo/ November 22, 2017 at 4:39 am #430517 Jason Westbrook I have that plugin already installed and css code in the css editor for: .site-logo img { width: 200px; height: 40px; } But it auto scrunches it and makes it weird. November 22, 2017 at 8:00 am #430725 LeoStaff Customer Support Try this CSS: .main-navigation .navigation-logo img { height: 40px; padding: 0; } November 22, 2017 at 4:19 pm #431082 Jason Westbrook That keeps it working for scroll fine but too big for normal logo. Is there another css code to add to that to control logo size before scrolling? November 22, 2017 at 8:40 pm #431184 TomLead Developer Lead Developer It looks squished in the sticky nav, try this: .main-navigation.navigation-stick .navigation-logo img { width: auto; } Although I’m seeing it as a PNG, which wouldn’t require any of this. Did you remove the SVG? Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In