Forked from mattyza/storefront-logo-size-adjust-example.css
Last active
February 24, 2020 11:51
-
-
Save jameskoster/1219cd3c4033673fea2a6bdf6d12c1e0 to your computer and use it in GitHub Desktop.
Adjust the dimensions of the header logo in the Storefront theme.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (min-width: 768px) { | |
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link { | |
width: 21%; /* Adjust this percentage up or down to make the logo larger or smaller. */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the post.
My logo is quite big but even if I set the percentages to 300 the logo isn't big enough. Is there another way?