We've come across a bug in certain versions of the Safari browser in Galleria versions 2.0 and 2.0.1 where the gallery or product grid may appear improperly stacked (as shown below).
Gallery / Lookbook Grid:
Product Grid:
Please follow the steps below to fix it if you've encountered this issue:
- 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 bottom of the file, add the code below and save:
.row-flex {
@media (min-width: 992px) {
&:after, &:before{
content:none;
}
}
}
.gallery-wrap {
&:after, &:before {
content:none;
}
}
This should fix the issue in both places.
Comments
0 comments
Article is closed for comments.