Comments

  • Hi,

    Please use the CSS code below in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .single-product .mfn-product-add-to-cart .cart .single_variation_wrap .woocommerce-variation-add-to-cart{
       display: flex!important;
       flex-direction: column;
    }
    

    After that check, if it is correct then.


    Best regards

  • results

    does not look perfect do we have inbuilt feature like lable / colour for Custom import text?

  • Please, try the following code instead:

    .single-product .mfn-product-add-to-cart .cart .single_variation_wrap .woocommerce-variation-add-to-cart{
      display: flex!important;
      flex-wrap: wrap;
    }
    .single-product .mfn-product-add-to-cart .cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity{
      width: 25%;
    }
    .single-product .mfn-product-add-to-cart .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button{
      width: 70%;
    }
    .single-product .mfn-product-add-to-cart .cart .single_variation_wrap .woocommerce-variation-add-to-cart .thwepo-extra-options td{
      text-align: left;
    }
    

    Thanks

Sign In or Register to comment.