• Resolved elfstacy

    (@elfstacy)


    I just noticed that the last page of the check out process is now 1/2 page vertical instead of full screen. Everything is squished into 1 column on the left side. How do I fix this? Always before it was full page.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Would you please add the following CSS rule to your website:

    #order_review, #order_review_heading { width: 100%; }

    You can use the WP Admin -> Appearance -> Customize -> Additional CSS page for adding the CSS rule.

    This should fix the squished column of the “Your Order” section.

    Or you can put in css:

    .woocommerce .col2-set,
    .woocommerce-page .col2-set,
    #customer_details+#wc_checkout_add_ons,
    #order_review, #order_review_heading {
    float: none !important;
    width: 100% !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Last Page of checkout is only half page now’ is closed to new replies.