Hallo, i would like to reduce the size of the thumbnails? because i want to see 7 image not 5
where i must go to look at this?
thank you
Hallo, i would like to reduce the size of the thumbnails? because i want to see 7 image not 5
where i must go to look at this?
thank you
Hi @Olaf5
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file styles.css
Step 3: Paste the below code at bottom of the file → Save
.flickity-slider {
width: 60% !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hello @Olaf5
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go to Assets folder → styles.css
Add the following CSS at the bottom:
@media only screen and (min-width: 799px)
{
.product-gallery__thumbnails .product-gallery__thumbnail
{
Width: calc(14.28% - 20px);
}
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
thank you you resolve the problem with the size ![]()
Hello @Olaf5
Glad to hear that it resolved the problem! Could you please hit “Like” and mark this as the solution?