enlarge logo
-
the actual logo turns out too small no mater the size of the image I upload. Can it be enlarged? Apparently I need a code :) that I can copy&paste
The blog I need help with is: (visible only to logged in users)
-
Hi @elleizabeth7,
Yes, it can be enlarged, but it requires code like you mentioned, and to insert custom CSS, you need a Premium theme. Provided you have that, here are the steps for enlarging your logo:
Log in to your wp-admin panel, and click on Appearance > Customize > CSS. In the box that appears, paste in the following code:
.site-logo { width: 400px; }I’ve set it to 400px (twice the width compared to what you have now). You can adjust this to your own liking. I also saw that the resolution wasn’t the best, so you could insert a higher resolution logo here if you have one.
When you’re satisfied with how everyhing looks, click the blue Save & Publish button at the top.
- The topic ‘enlarge logo’ is closed to new replies.