Wishlist heart always visible on mobile - by Marta Iraola

This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler

  • Avatar: Marta Iraola
    Marta Iraola
    Participant
    October 5, 2018 at 15:33

    Hello,

    Sorry to open a new topic about this. I could not make a new reply in this topic: https://www.8theme.com/topic/wishlist-heart-always-visible/

    I just realized that you can’t see the heart on mobile version. Is there some CSS to make it visible for mobile too?

    Thank you for your help.

    Kind reagrds,
    Marta

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 16:02

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 992px){
        .footer-product {
            display:  block;
            bottom: 20px;
        }
        .footer-product .yith-wcwl-add-button.show {
            float: left;
        }
    }

    Regards

    Avatar: Marta Iraola
    Marta Iraola
    Participant
    October 5, 2018 at 16:53

    Hello Rose,

    Your code did not work but adding !important at the end of each line did it! 🙂

    Thank you again.

    Happy weekend!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:29

    Hello,

    You’re welcome!

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.