Merge pull request #817 from IanDelMar/patch-3
Move woocommerce product gallery slider width fix - thx @IanDelMar & @0dp
This commit is contained in:
commit
8b38442bab
|
@ -43,11 +43,6 @@
|
||||||
// Post design
|
// Post design
|
||||||
.entry-footer span { padding-right: 10px; }
|
.entry-footer span { padding-right: 10px; }
|
||||||
|
|
||||||
//Woocommerce product gallery slider width fix
|
|
||||||
figure.woocommerce-product-gallery__wrapper {
|
|
||||||
max-width: inherit !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Limit featured image size to 100%
|
// Limit featured image size to 100%
|
||||||
img.wp-post-image,
|
img.wp-post-image,
|
||||||
article img,
|
article img,
|
||||||
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Reference in New Issue