Home Forums Basel support forum Swatches Display in Rows Reply To: Swatches Display in Rows

#18266

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

.single-product-content .variations .swatches-select > div:last-child {
    margin-right: 15px!important;
}

Regards