Skip to content

Instantly share code, notes, and snippets.

@mattyza
Created November 26, 2015 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mattyza/0e968adc75046225c0b3 to your computer and use it in GitHub Desktop.
Save mattyza/0e968adc75046225c0b3 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 {
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