When clicking on “add to cart” on mobile phones within the woocommerce product slider on my homepage, I don’t get a cart button (top right) or the pop up that shows the item was added to cart…like I get on my computer? This is on mobile and it’s within the product scrolling slider.
Any fix for this?
attainablevintage.com
Hey wesleysoccer!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .cart_dropdown {
display: block;
}}
Cheers!
Yigit
Thanks perfect. Is this included in newer versions of the enfold theme?