How do I centre the color swatch on my store


I want the colour swatches centred and if possible moved under the product information.

Hi @flamontana ,

Go to Online Store > Themes > Actions > Edit Code > base.css

Add below code at the bottom of base.css file

.collection-product-card__variants {
   justify-content: center;
}