A user reports that product images on collection pages appear too small when filtering results down to only 1-2 products, while 4+ products display correctly. The issue occurs in the Flex Bloom theme.
Problem Identification:
One responder confirmed the issue exists when product counts are low
The root cause appears to be CSS class “one-fourth” that needs conditional logic adjustment
An inspect tool screenshot shows the problematic code in the collection template
Proposed Solutions:
Two CSS fixes were offered:
made4Uo’s approach: Remove the “one-fourth” class and fix the related if statement in the collection file (requires theme-level changes)
GemPages’ solution: Add custom CSS to Style.css targeting .collection__content .collection__main .collection-matrix .one-fourth .product-image-wrapper .image-element_wrap img with a fixed width of 927px
Recommendation: Contact the theme provider for the proper fix, as the issue involves template-level conditional logic.
Summarized with AI on November 25.
AI used: claude-sonnet-4-5-20250929.
I am using the Flex bloom theme. There is no problem if the number of products is 4 or more on the collection pages. However, the dimensions of the product field change if I use the product filter and it’s just 1 or 2 product.