Home Forums WoodMart support forum Varition Option

Varition Option

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

    shweta
    Participant

    Hello Team,

    I want to left-align the price, finish, and size dropdown boxes on the single product page. For better understanding, please find the screenshot attached.

    Best

    Attachments:
    You must be logged in to view attached files.
    #606499

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:

    .single-product select#pa_size {
        margin-left: 12px;
    }
    select#pa_finish {
        margin-left: 3px;
    }

    Best Regards

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