Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created July 31, 2015 22:00
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 frankschrijvers/727f35861573e118bf5c to your computer and use it in GitHub Desktop.
Save frankschrijvers/727f35861573e118bf5c to your computer and use it in GitHub Desktop.
Basic styling WooCommerce search box Genesis navigation
.searchbox {
float: left;
}
.searchbox form {
width: 320px;
}
.searchbox form input {
padding: .8em
}
.searchbox form input[type='text'] {
width: 70%;
}
.searchbox form input[type='submit'] {
width: 30%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment