• Resolved frol

    (@frol)


    Hi, when see wishlist in mobile version, don’t appear delete from wishlist button .

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hey frol,

    This button was hidden for mobile devices.

    You can add the next rules into “Template Custom CSS” section under the TI Wishlist -> Style Optionsin your admin panel:
    @media only screen and (max-width:1024px) {
    .tinv-wishlist .tinvwl-table-manage-list .product-remove { display:table-cell; }
    }
    @media only screen and (max-width:767px) {
    .tinv-wishlist .tinvwl-table-manage-list .product-remove { display:table !important; }
    }

    and “Close” button will appear.

    Kind Regards,
    Konstantin.

    Thread Starter frol

    (@frol)

    It’s work! Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Version : delete from wishlist Button Disappear’ is closed to new replies.