Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey there, I would like to move the position of the zoom button to right under. Any idea how?
My website: www.auntclothing.com
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. 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;
}
Thanks! Do you know how I can put it right under the photo?