Attribute label – Position it above swatches and dropdowns
-
Hi there, please see the screenshot attached. Could you tell me how to position the attribute labels (‘Table Finish’ and ‘Size’) above the swatches and dropdown menus, rather than to the left of them please? I would like the labels and the options to take up 100% of the width of the container/table.
Attachments:
You must be
logged in to view attached files.
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.