Merge pull request #817 from IanDelMar/patch-3

Move woocommerce product gallery slider width fix - thx @IanDelMar & @0dp
This commit is contained in:
Holger 2018-10-18 15:46:28 +02:00 committed by GitHub
commit 8b38442bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -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,

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;
}