Viewing 1 replies (of 1 total)
  • Theme Author SaltTechno

    (@salttechno)

    Hello,

    Thank you for using our theme. We are really very sorry but currently, BizPoint does not support WooCommerce.

    Still, if you want CSS fix for checkout page, add following CSS:

    
    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50;
    }
    
    .woocommerce-checkout .form-row {
        display: block;
    }
    

    Let us know if you need any help.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkout Page Formatting’ is closed to new replies.