diff --git a/sass/understrap/understrap.scss b/sass/understrap/understrap.scss index 85c4841..1ab9c3c 100644 --- a/sass/understrap/understrap.scss +++ b/sass/understrap/understrap.scss @@ -43,11 +43,6 @@ // Post design .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% img.wp-post-image, article img, diff --git a/sass/understrap/woocommerce.scss b/sass/understrap/woocommerce.scss index c2968d6..eadea6e 100644 --- a/sass/understrap/woocommerce.scss +++ b/sass/understrap/woocommerce.scss @@ -2,3 +2,8 @@ .woocommerce-input-wrapper { width: 100%; } + +// Woocommerce product gallery slider width fix +figure.woocommerce-product-gallery__wrapper { + max-width: inherit !important; +}