Hello Ashley I,
Thanks for reaching out to us. If you put the below CSS here- Appearance > Customize > Additional CSS
.woocommerce div.product form.cart .variations tr {
display: flex;
flex-direction: column;
}
.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations td.label {
display: flex;
justify-content: center;
}
You will get it like this. Let me know if you wanted something like this.
Thanks
Alignment for product variation swatches
Ashley I
i would like to align the product variation swatches as shown below
Is this possible through CSS?