In some versions of FireFox, we've discovered a bug in version 1.0 of the Galleria theme where the images in the product grid on the collection pages or in featured products will appear cut in half after you hover over them. If you are experiencing this issue, please follow these steps to fix it:
- Login to your Shopify dashboard
- Go to Online Store > Themes > Galleria
- Click the Actions button and then Edit Code
- Navigate to the Assets folder and open the file called styles.scss.liquid
- Scroll to the very bottom of the file and add this code at the very end:
/* Fix cutoff images in FireFox */ .product-thumb-img-wrap img, .product-thumb-full img { top:0; }
- Save the file and the issue should disappear.
Comments
0 comments
Article is closed for comments.