• Im having all sorts of misalignment issues going on with my cart.

    I’d like to…
    delete the grey borders on everything
    quantity box outline to be cohesive
    Center the order summary titles and corresponding info below
    Center “Cart Totals” title properly

    Is there an easier way to have complete control over the stylization of the cart/checkout/thank you via some cool plugin I don’t know about? Im using elementor pro right now, as I’m a beginner and more visual.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    As checked you are using the elementor template for the checkout page and Oceanwp doesn’t control the elementor design/settings. Please edit the template with elementor and customize the sections accordingly.
    https://essential-addons.com/elementor/woocommerce-checkout-page/

    Or try to use the below CSS codes and check.

    .elementor-widget-woocommerce-cart .e-cart-section, .elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        border: none;
    }
    .elementor-2657 .elementor-element.elementor-element-660b3e25 .input-text.qty {
        min-height: 36px;
        text-align: center;
    }
    .elementor-2657 .elementor-element.elementor-element-660b3e25 .cart td {
        text-align: left;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Cart Page Alignment Issues’ is closed to new replies.