Why is the Upcart app not working on smaller phones?

Hi guys,

I have installed upcart app. it works perfectly on every computer and larger phone like iphone 11. However, below those there is an issue. Please see the screenshot for better understanding. I would appreciate if you can assist with some code.

URL: https://basicbastard.co/

Hello @basicbastardco

I would like to give you a solution to support you:

  1. Go to Online Store-> Theme-> Edit code
  2. Open your theme.liquid theme file
  3. Paste the below code before :
<style>
@media(min-width: 280px) and (max-width: 400px){
.upcart-cart {
width: 260px !Important;
}
}

</style>

Was my reply helpful? Please Like and Accept Solution. This mean alot to me.

1 Like