• Resolved mekel1991

    (@mekel1991)


    Hello. I am new here and still learning css and wordpress.

    Please help me with my checkout page.

    https://mepatisserie.store/checkout/
    but you might need to add a product first before going to the checkout page
    https://mepatisserie.store/shop/

    There are 2 main problems
    1. The customer data column is way too small, and the your order summary “your order” is also way too small. Is there any way to make the width 100% of the page?
    2. In the order summary “Your Order”, how to decrease the width of the product column and increase the subtotal width? My product name is not too long and my shipping option names need more space. I tried to add some css like below but did not work

    .cart-subtotal td, {
    width: 100%
    }
    
    .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 {
        max-width: 100%;
    }
    .woocommerce-checkout .form-row {
        display: block;
    }
    .woocommerce-checkout-review-order-table td {
    width: 10px;
    }

    Currently there are only 2 plugins running – elementor pro and woocommerce. I turned off all plugins.
    Theme : storefront

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mekel1991! I understand you need help with a UI issue on your checkout page, https://mepatisserie.store/checkout/ .

    I see the issue you’re referring to. That is definitely odd, as that is not normally how Storefront looks with the WooCommerce checkout page.

    Looking more closely at your checkout page, it looks like it has been created with an Elementor template, which is likely where the issue is coming from. If you disable Elementor, or use a default template instead of an Elementor one, does the issue go away?

    Let us know how that goes and we’ll go from there!

    Hi there @mekel1991,

    Hope you managed to make the style changes to your site. We haven’t heard back from you for a while, so I’m going to mark this post as resolved now. If you need any further help here, please let us know. Or, if you need additional help with the Storefront theme, please start a new thread and we’ll be able to help you out there.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘error in checkout page’ is closed to new replies.