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:
- Go to Online Store-> Theme-> Edit code
- Open your theme.liquid theme file
- 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