How can I keep the checkout button visible with multiple items in the cart?

Hi there,

is there a way of ensuring the checkout button remains visible even if multiple items are added to a persons cart?

As soon as 3+ items are added to my cart the checkout button disappears below the fold. I’m using Dawn theme and my website is www.ebbandfloliving.co.uk. I’d like it to stay visible like in the example shown:

Hi there,

You want to add this code to your “base.css” file.

@media screen and (max-width: 768px) {
.cart__ctas {
    position: fixed;
    bottom: 15px;
    z-index: 100;
    width: 100%;
    left: 0;
}
}

This will make it look like this:

Hope this helps :slightly_smiling_face:

Best,
Flo

Hi @ebbandfloliving

You can use Pasilobus Sticky Cart app that works on any theme and the app has a free version. It would like this by default on cart pages or collection pages. There is also an option to have full-width button in mobile.