The default WooCommerce Checkout Page is usually something we customize here because, well, the default design is just too long and unnecessary.
I mean, c'mon, the purchase button is right down the bottom of the page where people have to scroll to make payment.

Get instant access to a list of over 1000 winning products
With ready-to-go videos you can use in your facebook ads + more!
By following this post, you'll convert your checkout page to a two column WooCommerce Checkout Page, subsequently reducing the length of the page and moving the purchase button higher up to where people can see and click it and earn you money.
NOTE: This article should work with themes other than the Beaver Builder theme, however, some theme's CSS will override the CSS we add here and will produce different results. We cannot ensure this will work with all themes but it definitely works with the Beaver Builder Theme and should work with some other themes.
The default layout of the WooCommerce Checkout Page
Below is what the default WooCommerce Checkout Page looks like with WooCommerce and the Beaver Builder theme.
Step 1: Add the below CSS to make a two column WooCommerce Checkout Page
Literally, all you need to do is add the below CSS and you'll have a two column WooCommerce checkout page. How easy is that!
https://gist.github.com/d1bff123dd494e3049afe55dc3e51263
What the above CSS is doing:
- @media (min-width: 993px) {} is a CSS media query that we use so that the two column layout only applies to medium devices and larger. We want this because two columns would not fit on mobile devices. On mobile devices, the WooCommerce Checkout Page reverts back to one column.
- The last few lines make the two columns.
Step 2: There is no step two
That's all there is. Now you have a two column WooCommerce Checkout Page. Best of all, it works responsively on mobile devices, as per below.

Please comment below
Please leave a comment below if you liked this post. Also, let us know if you'd like some other WooCommerce specific tutorials written. You ask and we provide the answers!
Hi Grant,
I tried your CSS and it works fine but now shipping informations are half then upper column.
Please see the screenshot https://prnt.sc/rxydwa
Can you help me?
Thanks