thank you you resolve the problem with the size ![]()
Topic summary
A Shopify store owner wants to display 7 product thumbnail images instead of the current 5 by reducing their size.
Solutions Provided:
Two developers offered CSS-based fixes:
- PageFly-Henry’s approach: Add CSS to
styles.csstargeting.flickr-sliderwithwidth: 60% !important - WebDeskSolution’s approach: Add media query CSS targeting
.product-gallery__thumbnailswith calculated width of(14.28% - 20px)for screens above 799px
Outcome:
The issue was successfully resolved. The store owner confirmed one of the solutions fixed the thumbnail sizing problem.
Additional suggestion: PageFly-Henry noted excessive footer whitespace and recommended adding menus or social icons to improve user engagement and contact accessibility.