Hi,
In mobile view (Woocommerce cart) is Quantity options missing. How can I fix this?
Best regards,
Eve
Hey evekj!
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;
}}
Cheers!
Yigit
Hi,
Thank you very much.
I added this code, but nothing has changed.
I also noticed, that in mobile view (cart page) disappears Total column.
Best regards,
Eve
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Data are in private content.
Best regards,
Eve
Hey!
Looks like you don’t have the latest version of the theme. Please update to version 3.4.1. The latest css modifications are not being applied when you save the changes. Try to rename the enfold_child.css file inside the wp-content > uploads > dynamic_avia folder then toggle any theme options. This will regenerate the latest custom css file.
Cheers!
Ismael
Thank you very much. Now is OK.
Best regards,
Eve