This topic has 7 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Robert Hall
Hi,
I just realized that on the cart page there is an “Update cart” button on a mobile device but there is no adding amount of the same product field to update…
Please see picture in Private Content.
You should have valid login info for FTP and WP admin in your records.
/C.
Hello,
Please try to add this code in custom.css or style.css of the Child Theme file.
@media (max-width: 767px){
.product-quantity{
display: table-cell !important;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall
Hi I added this code to the Child style.css:
/*—————————————————————*/
/* Cart
/*—————————————————————*/
@media (max-width: 767px){
.product-quantity{
display: table-cell !important;
}
}
/*—————————————————————*/
/* Revolution Slider
/*—————————————————————*/
But nothing happened.
Regards,
C.
I’ve added my code in custom.css file. Please check the issue now.
Regards,
Robert Hall
Hello,
As I see Quantity section is shown now:
http://storage8.static.itmages.com/i/16/0407/h_1460014710_7630833_e35a8c1949.png
Clear browser cache and check again.
Best regards,
Jack Richardson.
Thanks! Works now!
/C.
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Cart page (mobile view) does not show adding amount of products’' has been successfully resolved, and the topic is now closed for further responses