How do I move the "Place Order" button to below after "Your Checkout Progress" on mobile view
Hello @hea hooi_ngoi,
Please give site URL
--
If my answer is useful, please Accept as Solution & give Kudos
Hi,
Please find the following url.
https://www.mymultitools.ozhut.co.nz/checkout/onepage/
Please view in mobile mode.
Thank you.
Regards,
Ngoi
Hello @hea hooi_ngoi,
Please add below code in end of skin/frontend/ultimo/default/css/custom.css file
@media all and (min-width: 767px) {
#page-columns {
clear: both;
overflow: hidden;
position: relative;
}
.opc .step, .opc {
position: inherit;
}
#review-buttons-container {
position: absolute;
width: 100%;
bottom: 10px;
}
}Please check result on the attached file
--
If my answer is useful, please Accept as Solution & give Kudos
Hi,
After I add the css to mentioned path, the layout still the same.
Hello @hea hooi_ngoi,
Your site is not working so I can't check it. I got 503 error.
--
If my answer is useful, please Accept as Solution & give Kudos
Hi,
Please try to check the site again.
Thank you.