Variations attributes woocommerce have a problem

This topic has 2 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: prasert29
    prasert29
    Participant
    March 26, 2018 at 05:19

    variations attributes woocommerce have a problem
    I want it in the same row.

    see in pic https://imgur.com/a/ebMXL

    link web https://www.kunamstore.com/product/abcd/

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 26, 2018 at 09:44

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .single-product .product-information table.variations td.label, .product-information table.variations td.value {
        display:  inline-block;
        width: auto;
    }
    .single-product .product-information table.variations td.label {
        margin-right: 15px;
        vertical-align: middle;
    }
    .single-product .product-information table.variations {
        width: 100%;
    }
    .single-product .product-information table.variations td.label label {
        font-size: 20px;
        margin-bottom: 30px;
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.