Home Forums WoodMart support forum Attribute label – Position it above swatches and dropdowns Reply To: Attribute label – Position it above swatches and dropdowns

#202878

Hello,

I have visited the URL you attached. The size is already displayed over the dropdown.

If we try and change the position of the color swatches label it could disturb the alignment of other elements. If you still want the CSS then try and add the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.swatches-select {
margin-left: -106px;
margin-top: 30px;
}

Best Regards.