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:
parent
fc6094b64e
commit
38b7aa2e9a
|
@ -2,3 +2,8 @@
|
|||
.woocommerce-input-wrapper {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// Woocommerce product gallery slider width fix
|
||||
figure.woocommerce-product-gallery__wrapper {
|
||||
max-width: inherit !important;
|
||||
}
|
||||
|
|
Reference in New Issue