Cart on mobile view is too large and causing issues checking out

Hello all,

I was hoping someone can help or may have had this same issue in the past.

On mobile view, our cart is HUGE. Giant useless white space takes up the whole screen, pushing the purchase button down and on some mobiles it is actually impossible to click. Which is obviously a huge issue :disappointed_face:

See photo attached.

Any guidance would be a greatly appreciated :slightly_smiling_face:

Thank you in advanced.

.

Hi @buoya23 , Could you share your store URL?

https://www.buoyavital.com/

Hi, please go to your Sale channels > Online store > Themes > Edit code > Assets > base.css, add this code at the bottom and save file

.mini-cart__inner { height: auto !important; }

After that, checkout button will appear right below products like this

Amazing, thank you so much! This worked :slightly_smiling_face: