Home Forums WoodMart support forum Product variations not aligned properly

Product variations not aligned properly

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #89056

    Mishkat
    Participant

    Hello,
    I think there is a bug in your theme that when I add more than 7 variations, it goes over the line than its supposed to be.

    Check the picture attached well you’ll notice the size are not aligned with the word size.

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link to your website where we can see this issue?

    Kind Regards

    #89068

    Mishkat
    Participant

    Sure. You can find it in the private content area.

    #89095

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    table.variations td.label {
        vertical-align: top;
        padding-top: 5px;
    }

    Regards

    #89111

    Mishkat
    Participant

    Thank you. It worked.

    #89127

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Product variations not aligned properly’ is closed to new replies.