Home Forums WoodMart support forum Sticky place order button

Sticky place order button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #678288

    tarek
    Participant

    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 ?

    #678341

    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,

    #678353

    tarek
    Participant

    Great, thanks.

    #678409

    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,

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

The topic ‘Sticky place order button’ is closed to new replies.