A user encountered a CSS bug where variant selectors duplicated when clicked after implementing a 3-column grid layout for product variants. A screen recording demonstrated the duplication issue.
Solution provided:
Added display: none !important to hide the second variant-selects element (.product__info-container > variant-selects:nth-of-type(2))
This successfully resolved the duplication bug
Follow-up request:
The user asked how to center-align variants when only 1-2 options exist instead of 3. The helper suggested implementing dynamic classes in Liquid based on variant count, but noted this requires coding knowledge the user may not have.
Status: Initial bug resolved; centering enhancement remains unimplemented due to technical complexity.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.