Home › Forums › WoodMart support forum › Checkout reverse columns on mobile?
Checkout reverse columns on mobile?
- This topic has 16 replies, 2 voices, and was last updated 1 month, 4 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
May 16, 2025 at 2:16 pm #661180
vynilParticipantHello team, hope you are well. So, by default the checkout page has the billing column to the left and the order summary, to the right. This means on mobile the billing area is first and the order summary – second. How can I make it vice versa, so the order summary appears first (like “reverse row”) but for mobile only? Thank you in advance!
May 16, 2025 at 2:49 pm #661193
Luke NielsenKeymasterHello,
Import the Checkout page via Dashboard -> Layouts and then reverse them for mobiles here – https://prnt.sc/P3ZEwxf0zL5_
https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Kind Regards
May 16, 2025 at 3:11 pm #661202
vynilParticipantHey there,
Unfortunately, there’s an issue and the left column is empty. Would you mind to check this for me? Thank you in advance!
-
This reply was modified 2 months ago by
vynil.
May 16, 2025 at 3:38 pm #661217
Luke NielsenKeymasterIt seems that access is wrong – https://prnt.sc/B9iPTvvzvTLF
Please update it and let me know.
Kind Regards
May 16, 2025 at 3:46 pm #661218
vynilParticipantSorry, below are the new credentials.
May 19, 2025 at 9:12 am #661529
Luke NielsenKeymasterHello,
Add the code below in Theme Settings -> Custom CSS -> Mobile CSS area:
.woocommerce-checkout .customer-details { order: 2 !important; } .woocommerce-checkout .checkout-order-review { order: 1 !important; }
Kind Regards
May 19, 2025 at 11:06 am #661557
vynilParticipantThank you, but using this code the purchase button is not the last item . The purchase button is above the first name and last name fields which is not good.
May 19, 2025 at 11:17 am #661558
vynilParticipantIs it possible to assist with the layouts as you suggested in the first place?
May 19, 2025 at 11:35 am #661562
Luke NielsenKeymasterHello,
Try to use the code below:
.woocommerce-checkout .customer-details { order: 4 !important; } .woocommerce-checkout .checkout-order-review { order: 1 !important; } #wc-stripe-express-checkout-button-separator { order: 2 !important; } form.woocommerce-checkout>* { order: 3 !important; }
Kind Regards
May 19, 2025 at 11:37 am #661563
vynilParticipantUnfortunately, it’s still the same – the purchase button stays in the middle.
May 19, 2025 at 11:45 am #661565
Luke NielsenKeymasterHere is purcahse button in the end:
.woocommerce-checkout .customer-details { order: 2 !important; } .woocommerce-checkout .checkout-order-review { order: 1 !important; } #wc-stripe-express-checkout-button-separator { order: 3 !important; } form.woocommerce-checkout>* { order: 4 !important; }
Screenshot – https://prnt.sc/WF0mWVvxROxa
Kind Regards
May 19, 2025 at 12:51 pm #661595
vynilParticipantI’m not talking about the Google Pay/ Apple pay button. Please check my video. The WooCommerce purchase button is in the middle.
May 19, 2025 at 12:59 pm #661597
Luke NielsenKeymasterThis button https://prnt.sc/EsdDugpoyNXq is a part of the “Order review” element and it’s not possible to set that button in another place, it can be situated only on the “Order review” element – https://prnt.sc/TqCFFLBrp3XH
Kind Regards
May 19, 2025 at 1:03 pm #661598
vynilParticipantOkay, can I still achieve what I want? Can you please try via the layouts?
May 19, 2025 at 3:32 pm #661655
Luke NielsenKeymasterHello,
In some way, it’s possible via Layouts, but it will work globally, I mean that the button will have another place on the Desktop as well, e.g. – https://prnt.sc/qdkxLB-Vpoer -> https://prnt.sc/MJnRmXsPAMzT and also the button will come with the payment methods as it’s a part of 1 element in Layouts.
Kind Regards
May 19, 2025 at 3:35 pm #661657
vynilParticipantCan you please apply the changes to the website I sent you credentials for? Thank you.
May 19, 2025 at 4:32 pm #661662
Luke NielsenKeymasterHello,
1) Import the Checkout form and top content – https://prnt.sc/LwCp4M4DbV65 -> https://prnt.sc/f1gbg0IGLXyt
2) For mobile device, activate the “Reverse” – https://prnt.sc/55woSxCq6p26
3) Move the payment methods element at the bottom of the reversed container – https://prnt.sc/OCHn15miUAOm
Kind Regards
-
This reply was modified 2 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register