Home New Guten Forums WoodMart support forum Compare not working properly

Compare not working properly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #661305

    emancilla0410
    Participant

    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.

    #661360

    Hung Pham
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)