Lodestar: Bigger logo?
-
We use our logo as our main site identifier. Wondering how to use CSS to make the logo a little bigger.
The blog I need help with is oursodesigns.wordpress.com.
Hi there,
Please try adding the css below to the panel in my sites > Customize > CSS.
.site-logo-link img {
max-height: 300px;
}
@media screen and (min-width: 60em) {
.site-logo-link img {
max-height: 400px;
}
}
If the css doesn’t work, please let me know.
Thanks :)
Looks like you got this sorted with Gary’s help, so I’ll mark this thread as resolved. Feel free to start a new one if you need help with anything else.
The topic ‘Lodestar: Bigger logo?’ is closed to new replies.