Merge pull request #877 from noelspringer/woocommerce-coupon-field
Fix for issue #876 - thx @noelspringer
This commit is contained in:
commit
f3c23d0a8b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,13 @@
|
|||
}
|
||||
|
||||
// Woocommerce product gallery slider width fix
|
||||
figure.woocommerce-product-gallery__wrapper {
|
||||
max-width: inherit !important;
|
||||
figure.woocommerce-product-gallery__wrapper {
|
||||
max-width: inherit !important;
|
||||
}
|
||||
|
||||
// Fix coupon code input width
|
||||
@media(min-width: 768px) {
|
||||
#coupon_code.input-text {
|
||||
width: 110px !important;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue