forked from mirror/_s
Merge pull request #1406 from Ismail-elkorchi/fix-gallery-zoom
Fix the WooCommerce gallery zoom and gallery lightbox
This commit is contained in:
commit
817e14f312
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue