Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created December 11, 2025 06:22
Show Gist options
  • Select an option

  • Save jmabbas/dd534d4c4c571d959bcbe2146015d379 to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/dd534d4c4c571d959bcbe2146015d379 to your computer and use it in GitHub Desktop.
Electro - Elementor checkout styles
body form.woocommerce-checkout .col2-set, body form.woocommerce-checkout .col2-set > div {
flex: 0 0 auto;
width: 100% !important;
}
body form.woocommerce-checkout .order-review-wrapper
{
width: 100% !important;
margin-left: 0;
margin-bottom: 30px;
}
.elementor-widget-mas-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name,
.elementor-widget-mas-woocommerce-checkout-page .woocommerce-shipping-totals td,
.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment