Skip to content

Instantly share code, notes, and snippets.

@woogists
Created October 26, 2018 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/3513f0a4adb3af013a84dc65ced153d0 to your computer and use it in GitHub Desktop.
Save woogists/3513f0a4adb3af013a84dc65ced153d0 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) {
.woocommerce-active .site-header .site-branding img {
max-width: 40%; /* 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