Make Logo Bigger
-
Can someone assist me on getting my logo to appear bigger! It looks great on mobile devices but when looking at the site on my destop computer, the logo is tiny! I thought I found a CSS code to make it bigger but when I tried to enter it under the CSS section, nothing changed. But I may be applying the code to the wrong spot altogether! I am using the Lodestar theme!
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Please try adding the css below to your site in My Sites → Customize → CSS
@media screen and (min-width: 60em) { .site-logo-link img { max-height: 600px; } } -
-
-
I apologize, one more thing. I noticed it is now smaller on the mobile. Is there a way to make it bigger on that too? If not, I can deal. But i just thought i would check!
-
-
-
- The topic ‘Make Logo Bigger’ is closed to new replies.