Created
January 3, 2017 17:07
-
-
Save seoindex/081afa0c6729da95b1fa3ee86c70ae07 to your computer and use it in GitHub Desktop.
Come aumentare la larghezza della casella coupon in woocommerce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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