Cart quantity problem on mobile devices

Hi there,

I’m experiencing an issue where my cart does not display the quantity on mobile devices, although it works perfectly on the desktop (Studio theme).

How can the issue be resolved?

Appreciate any community assistance and support!

@AlexKvetka Can you please share this page link?

Hello @AlexKvetka
Thank you for submitting your query to the Shopify community. I’d be happy to assist you. Could you please provide the store URL and password (if it’s password-protected) so I can review and get back to you with an update?

Hello @AlexKvetka ,

I assume it’s hidden in mobile devices. Please share the store URL to confirm.

Regards
Guleria

Sure, thanks!
https://vintagekomoda.com/

Definitely, thank you!

https://vintagekomoda.com/

Here it is,
https://vintagekomoda.com/
Thanks!

@AlexKvetka please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

@media screen and (max-width: 749px) {
    .cart-item__quantity { display: block !important; }
}

Hooray! It works, thank you very much!