Compare not working properly
-
Hi, I’m having some issues with the compare and quick view buttons on the product grid for the mobile and tablet view. In the desktop view, the buttons are shown, but not in the mobile and tablet view. Can you please help me to debug? Thanks in advance.
Hello emancilla0410,
Thanks for reaching to us.
Please Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for mobile:
div.wd-buttons :is(.wd-quick-view-icon,.wd-compare-btn) {
display: inline-flex;
}
Regards,