Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #688163

    Hi!

    I’m trying to configure a two column checkout page, I manage to achieve a part of it, but I can’t get the two columns to get next to each other and to get the “Coupon” part in the first column too (“¿Tienes un cupón?”). This is the actual code:

    .woocommerce-checkout .col1-set {
    float: right;
    width: 48%;
    }
    
    .woocommerce-checkout .col2-set {
    float: left;
    width: 48%;
    }
    
    #order_review_heading,
    .woocommerce-checkout-review-order {
    float: right;
    width: 48%;
    }
    
    #customer_details .col-1{
    width: 48%;
    float: left;
    }
    
    .woocommerce-page .checkout .col-1,
    .woocommerce-page .checkout .col-2 {
    width: 100%;
    }

    Any ideas?

    Thank you in advance!

    #688173

    Hey C-LabMX,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.