Riduce size Thumbnails

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.css targeting .flickr-slider with width: 60% !important
  • WebDeskSolution’s approach: Add media query CSS targeting .product-gallery__thumbnails with 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.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

thank you you resolve the problem with the size :slightly_smiling_face: