Home Forums WoodMart support forum Express checkout button too big

Express checkout button too big

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #691104

    memo.cort59
    Participant

    Hi, I´m using stripe and have activated the express checkout configuration, however when using one of the woodmart checkout templates button expands full width (see img b)… then I was playing with native checkout form and express checkout is contained and column width (see img a)… How can I control the width of the button to be in just one column like in native checkout?

    Attachments:
    You must be logged in to view attached files.
    #691236

    Hello,

    Can you please share the page URL so I can check and give you a possible solution?

    Best Regards,

    #691405

    memo.cort59
    Participant

    Hi, yes, posting it on private

    #691487

    Hello,

    I have checked your site and have not seen the express checkout button on your site.

    See Screenshot for clarification: https://postimg.cc/xcHKqZV5

    Best Regards,

    #691593

    memo.cort59
    Participant

    Hi, I´ve just enabled “all locations” for sales locations in woocommerce settings… Maybe now you can see the express checkout… Let me know please

    #691610

    Hello,

    Sorry to say I have not seen the express checkout button on your site.

    Best Regards,

    #693058

    memo.cort59
    Participant

    Hi, any idea in order for you to see the button? I´m using stripe I don´t know why you can´t see it… I´ve just disable test mode… could you check again?

    #693119

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #693484

    memo.cort59
    Participant

    Hi, credentials in private:

    #693532

    Hello,

    Please try to add the below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS. Change the value as per your requirements to adjust it.

     form.woocommerce-checkout>.checkout-order-review {
            flex-grow:1.2;
            max-width: 60%
        }
    
    /* Limit Stripe Express Checkout button to one column width */
    .woocommerce-checkout #wc-stripe-express-checkout-element {
      justify-content: flex-start !important; /* align button to the left */
    }
    
    .woocommerce-checkout #wc-stripe-express-checkout-element > div {
      flex: 0 0 auto !important; /* prevent full width expansion */
      max-width: 500px !important;
    }

    Best Regards,

Viewing 10 posts - 1 through 10 (of 10 total)