• How do I resize the site logo? Earlier today, I used the scale function and it worked! But it seemed to have made the logo blurry. I went back into Illustrator thinking that I saved the logo in the wrong size to start. Made a new 300-pixel wide logo, and when I uploaded it, it ended up again being larger: over 1200-pixels wide. I’ve googled how to do this and none of the resize functions listed seem to be available with this theme. Is there something I can do other than having to try the CSS? Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @xxthatgirlxx

    You can use the following code CSS code that will help you to resize your logo:

    .custom-logo-link {
    	width: 300px;
    	display: block;
    	margin: 0 auto;
    }

    Thanks ??

Viewing 1 replies (of 1 total)
  • The topic ‘Resize Site Logo’ is closed to new replies.