diff --git a/sass/shop/_single-product.scss b/sass/shop/_single-product.scss index d3ecff59..e8bb8676 100644 --- a/sass/shop/_single-product.scss +++ b/sass/shop/_single-product.scss @@ -7,10 +7,11 @@ .woocommerce-product-gallery { position: relative; + float: left; .woocommerce-product-gallery__trigger { position: absolute; - top: 1em; + top: 2em; right: 1em; display: block; z-index: 99; diff --git a/woocommerce.css b/woocommerce.css index a8844005..0d5c41b6 100644 --- a/woocommerce.css +++ b/woocommerce.css @@ -151,11 +151,12 @@ ul.products li.product .button { .single-product div.product .woocommerce-product-gallery { position: relative; + float: left; } .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger { position: absolute; - top: 1em; + top: 2em; right: 1em; display: block; z-index: 99;