[Resolved] Mobile checkout experience

Home Forums Support [Resolved] Mobile checkout experience

Home Forums Support Mobile checkout experience

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1192974
    _blank

    Hello,

    my mobile checkout looks like this:
    https://prnt.sc
    http://prnt.sc/rfczaz

    Is there a way to put the order summery and the order button under the address fields so it is visible on the whole screen?

    Thank you so much.
    Best
    Hannah

    #1193000
    David
    Staff
    Customer Support

    Hi there,

    looks like the content was added using Elementor – so it doesn’t behave like the GP Theme would handle it – try this CSS to fix that:

    @media (max-width: 768px) {
        .woocommerce-checkout .col2-set,
        #customer_details+#wc_checkout_add_ons,
        #order_review, #order_review_heading {
            width: 100% !important;
            float: none;
        }
    }
    #1194426
    _blank

    Wow! It worked and looks amazing. Thank you so so much!!! ๐Ÿ™‚

    #1194527
    David
    Staff
    Customer Support

    Awesome – glad to be of help ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.