fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Samed Kavak

Hey there,

I was wondering if it’s possible to change the layout out the way, the swatches are shown. See the video attached.

Hakik Zaman

Hi Samed,

Thanks for reaching out to us. Please place the below CSS at Appearance > Customize > Additional CSS

table.variations tbody tr th, table.variations tbody tr td {
   display: block;
}

.et_pb_wc_add_to_cart form.cart .variations td.value .reset_variations {
   float: left;
}

Please let me know if it helps.

Thank You