[Resolved] Woocommerce checkout layout

Home Forums Support [Resolved] Woocommerce checkout layout

Home Forums Support Woocommerce checkout layout

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #1190211
    Tom
    Lead Developer
    Lead Developer

    It looks like it’s working for me, now. The entire page is one column, and everything is 100% wide. Can you try clearing your browser cache?

    #1190438
    Alberto

    Hi Tom
    As I told you, I want the same layout as with the WooCommerce addon deactivated but, obviously, using the WooCommerce addon. This means the billing fields at the left column, the shipping fields at the right column, and the order details at the bottom (as they are now).

    Regards

    #1191089
    Tom
    Lead Developer
    Lead Developer

    Ah, in that case, try this:

    .woocommerce-checkout .col2-set .col-2 {
        float: right;
        width: 48%;
    }
    
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
    }
    #1191111
    Alberto

    Hi Tom.
    Also this must be added

    .woocommerce-checkout .col2-set{
        width: 100% !important;
        float: none !important;
    }

    Thanks

    #1191321
    Tom
    Lead Developer
    Lead Developer

    Glad it worked 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.