Home › Forums › WoodMart support forum › Single product page, position attributes › Reply To: Single product page, position attributes
June 6, 2020 at 12:29 pm
#201324
Aizaz Imtiaz Awan
Keymaster
Hello,
If you try to add border or space to the swatches then it will affect both the swatches. Because they are wrapped in the same div. If you still want the CSS to add space then try adding the following Custom CSS.
.swatches-select {
margin-top: 15px;
}
Best Regards.