Home / Forums / WoodMart support forum / Express checkout button too big
Home › Forums › WoodMart support forum › Express checkout button too big
Express checkout button too big
- This topic has 9 replies, 2 voices, and was last updated 8 hours, 1 minute ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 15, 2025 at 10:56 pm #691104
memo.cort59ParticipantHi, 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.October 16, 2025 at 12:36 pm #691236
Aizaz Imtiaz AwanKeymasterHello,
Can you please share the page URL so I can check and give you a possible solution?
Best Regards,
October 16, 2025 at 7:05 pm #691405
memo.cort59ParticipantHi, yes, posting it on private
October 17, 2025 at 12:16 pm #691487
Aizaz Imtiaz AwanKeymasterHello,
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,
October 18, 2025 at 3:02 am #691593
memo.cort59ParticipantHi, I´ve just enabled “all locations” for sales locations in woocommerce settings… Maybe now you can see the express checkout… Let me know please
October 18, 2025 at 10:29 am #691610
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say I have not seen the express checkout button on your site.
Best Regards,
October 27, 2025 at 10:27 pm #693058
memo.cort59ParticipantHi, 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?
October 28, 2025 at 11:08 am #693119
Aizaz Imtiaz AwanKeymasterHello,
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,
October 30, 2025 at 3:36 am #693484
memo.cort59ParticipantHi, credentials in private:
October 30, 2025 at 11:06 am #693532
Aizaz Imtiaz AwanKeymasterHello,
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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register