Woocommerce Checkout Page Full Width

For some reason the shortcode for the woocommerce checkout page only displays on 1/2 of the screen. Like it to go all the away across like the cart page. https://honorandremembernebraska.org/cart/. https://honorandremembernebraska.org/checkout/

Hi @rkassebaum,

Thank you for writing in, please make sure your Row is set to one column

Hope it helps,
Cheers!

For some reason that is not working. Any other suggestions?

Hey @rkassebaum,

I checked your setup and for some reason the flexbox properties are not applying on the column that contains the form, however you can fix this by inspecting your Column and in Element CSS paste the following code:

$el {
  width: 100%;
}

Let us know how this goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.