Resizing logo in Dara
-
I’m using the Dara template and I want to the logo at the top to be bigger. Is there any way I can do this?
The blog I need help with is: (visible only to logged in users)
-
Hi @lrproductionsca!
It’s possible, but not recommended, because it means stretching the image to a larger size, which makes it blurry.
When you upload your logo, the theme makes a copy that is sized for use as a logo. That way it’s not loading a huge image when it only needs a small one (helps you page load more quickly).
You can tell the theme to expand that smaller image with CSS, like this:
.site-logo { width: 300px }But that will cause some blurring as the image is stretched.
- The topic ‘Resizing logo in Dara’ is closed to new replies.