Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Created February 18, 2015 05:43
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 jamiemarsland/ee5b8eb0aca2f948dabe to your computer and use it in GitHub Desktop.
Save jamiemarsland/ee5b8eb0aca2f948dabe to your computer and use it in GitHub Desktop.
How to Change the logo, secondary navigation and search bar size for WooThemes Storefont
@media screen and (min-width: 768px) {
/* LOGO */
.site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 30% !important; /* Use px values if you want, eg. 350px */ }
/* SECONDARY NAVIGATION */
.site-header .secondary-navigation { width: 40% !important; /* Use px values if you want, eg. 350px */ }
/* SEARCH BAR */
.site-header .site-search { width: 30% !important; /* Use px values if you want, eg. 350px */ }
}
@skinnerjoe
Copy link

This doesn't seem to be working correctly anymore. Have you thought of updating?

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