Home Forums WoodMart support forum Product Page Attribute Display Issue

Product Page Attribute Display Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #564260

    sunfaintel
    Participant

    I have designed the layout for my product page. However, I’ve noticed that two attributes (or swatches), specifically “Strength” and “Pack Size,” appear on the same line. I would like them to be displayed separately, each occupying its own line. Ideally, it would look like the layout in image 2.

    Could you please advise me on how to achieve this? Thank you in advance.

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

    Luke Nielsen
    Keymaster

    Hello,

    I would like to request temporary admin access to the website to take a better look at the issue there.

    Thank you for your time.

    Kind Regards

    #564334

    sunfaintel
    Participant

    Here is the admin info

    #564376

    Luke Nielsen
    Keymaster

    Hello,

    Define the code below into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    [class*="wd-single-"].wd-swatch-layout-inline table.variations tbody {
        flex-direction: column;
        align-items: flex-start;
    }

    Then clear the cache and recheck the issue.

    Kind Regards

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