• Resolved nadine7486

    (@nadine7486)


    Hi there, thanks for the amazing plugin. One minor bug report..
    .product-remove icon disappears for smaller screens.
    It would be great if you could fix this for next release.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Stan

    (@stantinv)

    Hello @nadine7486,

    Thanks for the notice, we will check this issue.

    Meanwhile you can add the next rules into your style.css file of your child-theme or into a Custom CSS section in plugin settings to correct this:

    @media only screen and (max-width:1024px) {
    .tinv-wishlist .tinvwl-table-manage-list .product-remove { display: table-cell; }
    }
    
    @media only screen and (max-width:640px) {
    .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove { display: block; }
    }

    Regards,
    Stan

    Thread Starter nadine7486

    (@nadine7486)

    I appreciate your help ?? Thank you!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Button Disappears on smaller screens’ is closed to new replies.