This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
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
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
Hello Rose,
Your code did not work but adding !important at the end of each line did it! 🙂
Thank you again.
Happy weekend!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up