Hi guys,
When i click on one of the pictures of my products (so the pics get bigger) and leave the zoom, my product page “jumps” and the picture sits wrong after. I tried a lot and know some about Shopify, but I think it just glitched. Do i have to check code? Or does anyone know what to do?
Link: https://gamespacers-9185.myshopify.com/collections/ergonomische-game-stoelen/products/herman-miller-aeron-gaming-onyx?variant=43796819968265
Thank you!
Hi @Thomaskru
Please follow these steps:
- Step 1: At Shopify Admin, Choose Online Store → Themes → Edit Code
- Step 2: Find and open the theme.css file and add this code at the end of the file:
.btn-zoom {
width: 100%;
height: 100%;
bottom: 0;
right: 0;
}
.btn-zoom > span {
position: absolute;
bottom: 10px;
right: 10px;
}
I hope that it will work for your site.