Skip to content

Instantly share code, notes, and snippets.

@seoindex
Created January 3, 2017 17:07
Show Gist options
  • Save seoindex/081afa0c6729da95b1fa3ee86c70ae07 to your computer and use it in GitHub Desktop.
Save seoindex/081afa0c6729da95b1fa3ee86c70ae07 to your computer and use it in GitHub Desktop.
Come aumentare la larghezza della casella coupon in woocommerce
.woocommerce table.cart td.actions .coupon {
width: 50%;
}
#page .coupon #coupon_code {
width: auto;
float: left;
}
#page .coupon input.button {
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment