Apply shopping cart changes to mobile view
-
Hey,
could it be, that your theme uses another template for the mobile view of the shopping cart, because the changes I’ve made in the desktop view are not applied to mobile. If so, can you please let me know, how the used template is called?
Thanks
Hello,
No there is no such option to use different template for mobiles. Share the screenshot or page URL where the changes not applying in mobile view. Because I visited your website its working well on my end. Please clear cache and check back. Our theme is fully mobile responsive and you don’t need to use separate template for mobile responsive layout.
Please share some relevant screenshots of the specific area which doesn’t work well on mobile to check it myself and help you out accordingly.
Best Regards.
Hey,
see screenshots attached. There are different font-weights and the strings are not the same.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
To fix the issue on the mobile view of the cart page. Please add the following Custom CSS in CSS for mobile area in Theme Settings >> Custom CSS.
.woocommerce-cart-form__cart-item .product-price::before, .woocommerce-cart-form__cart-item .product-quantity::before,
.woocommerce-cart-form__cart-item .product-subtotal::before {
font-weight: 300;
}
Screenshot for Clarification: https://www.screencast.com/t/ZuoqzQz9r
If the problem continues then tell us i will fix the issue for you.
Best Regards.