Sticky place order button
-
Hello,
I need to make the place order button sticky at the bottom of the mobile screen when I enter the checkout page, how can I do this ?
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
.woocommerce-checkout .place-order {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
background-color: #fff;
padding: 10px;
box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}
Best Regards,
Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Sticky place order button’ is closed to new replies.