Hello everyone,
I have variant image tags where one of the tags doesn’t have an image, and the container is larger than the others. Is it possible to find a way to make it the same size as the others please ?
The page product url : https://www.draegerparis.com/products/dragonne-telephone-plusieurs-coloris?variant=48668135588164
Thank you !!
system
April 8, 2025, 1:35pm
2
Hey there, here’s how you can fix this.
Edit your theme code
Open theme.liquid
Search for and right before that line, add the following code
Save your changes.
If done correctly, it should look like this:
Hi @stg_herve ,
Please go to Actions > Edit code > Assets > product.css file and paste this at the bottom of the file:
variant-picker .option-selector__btns {
--swatch-variant-picker-size: 35px !important;
}