Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jameskoster/1219cd3c4033673fea2a6bdf6d12c1e0 to your computer and use it in GitHub Desktop.
Save jameskoster/1219cd3c4033673fea2a6bdf6d12c1e0 to your computer and use it in GitHub Desktop.
Adjust the dimensions of the header logo in the Storefront theme.
@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. */
}
}
@LPreetzmann
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment