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

Attribute label – Position it above swatches and dropdowns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202778

    y2cjr
    Participant

    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.
    #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.

Viewing 2 posts - 1 through 2 (of 2 total)