Place woocommerce product gallery slider fix before img max width declarations.
This commit is contained in:
parent
1bd7160dd7
commit
3d6236d984
|
@ -43,6 +43,11 @@
|
||||||
// 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,
|
||||||
|
|
Reference in New Issue