Add woocommerce product gallery slider width fix

Move 'Woocommerce product gallery slider width fix' from understrap.scss to woocommerce.scss
This commit is contained in:
IanDelMar 2018-09-29 10:44:37 +02:00 committed by GitHub
parent fc6094b64e
commit 38b7aa2e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,8 @@
.woocommerce-input-wrapper { .woocommerce-input-wrapper {
width: 100%; width: 100%;
} }
// Woocommerce product gallery slider width fix
figure.woocommerce-product-gallery__wrapper {
max-width: inherit !important;
}