Hi forum,
I’m currently using Enfold + Woocommerce but the checkout page acts strange when viewing on mobile. When going below a certain width the field where you can select quantity for a product disappears.
My checkout/cart page are modified with CSS and at first I was certain that my changes was the issue, but I’ve tried removing all custom CSS and the issue still remains.
Any ideas?
I’ve included a link to the page below.
Regards!
Hey Blaahval!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive .shop_table .product-quantity {
display: block !important;
}}
Regards,
Yigit
Hi Yigit!
Thanks a lot for the amazingly fast reply. :-)
I owe you one.
Kind regards,
Brian!