Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme markup varies. Please post the link to your site.

    Thread Starter janixx

    (@janixx)

    https://websiteweaver.co.uk checkout is on the top menu but if you need to go straight there, add /checkout

    Thanks for any help you can provide

    Jan

    Try this custom css:

    .woocommerce-checkout #customer_details {float:left; max-width:550px; width:48%}
    .woocommerce-checkout #customer_details .col-1 {width:100%}
    .woocommerce-checkout #customer_details .col-2 {width:100%}
    .woocommerce-checkout #order_review_heading {float:right; width:48%}
    .woocommerce-checkout #order_review {float:right; width:48%}
    .woocommerce-checkout #payment {float:right; width:100%}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://wordpress.org/plugins/simple-custom-css/

    Check other pages and mobile for ill-effects.

    Thread Starter janixx

    (@janixx)

    Thanks you so much, that worked admirably and really does look better.
    Much appreciated.

    Jan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to have the checkout page display over 2 cols’ is closed to new replies.