Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your section-main-product.css file and paste the following code at the bottom:
.product__modal-opener:hover .product__media-icon{
margin-top: 40px;
margin-left: -14px;
}
A user wants to reposition the zoom button on their product page to appear directly underneath the product image.
Proposed Solution:
section-main-product.css file by adding CSS targeting .product-modal__opener.product__media-icon:hoverCurrent Status:
The original poster acknowledges the CSS solution but seeks further clarification on positioning the button to the right and directly under the photo. The discussion remains open with the positioning question unanswered.
Follow these steps:
Go to Online Store → Theme → Edit code
Open your section-main-product.css file and paste the following code at the bottom:
.product__modal-opener:hover .product__media-icon{
margin-top: 40px;
margin-left: -14px;
}