This topic has 6 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
Hello,
I noticed that when I add 4 products per row, that my wishlist text disappears and it only shows the heart icon. See below for examples.
3 Products Per Row (Good)
https://dl.dropboxusercontent.com/u/4166385/3productsperrow.png
4 Products Per Row (Broken)
https://dl.dropboxusercontent.com/u/4166385/4productsperrow.png
I tried shortening the text from “Add to Crushes” to “Crush”, because I thought it was a spacing issue, but that doesn’t seem to work either. Please let me know if you have a solution to this issue, thank you.
Michael
Hello,
Please use this code in custom.css file.
.sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist{
width:100%;
}
.sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a{
font-size:10px;
display:block;
}
.sidebar-left .row-count-4 .yith-wcwl-add-to-wishlist a:before{
position: absolute;
left: 15px;
}
Regards,
Robert Hall.
Very nice this actually worked out great. Now only one small tweak is the heart is overlaping the text. can I shift it to the left or left align it somehow? See screenshot.
https://dl.dropboxusercontent.com/u/4166385/hearticon.png
Thank you!
Michael
Hello,
Please add this code in custom.css file:
.sidebar-position-left .row-count-4 .product .footer-product .yith-wcwl-add-to-wishlist a::before {
margin: 0px 20px -1px 9px !important;
}
Thank you.
Regards,
Eva Kemp.
Thank you this worked perfectly, I appreciate all your help! You guys literally have the best support for your themes!
Thanks,
Michael
Hello,
Thank you for the feedback.
We really appreciate it.
Regards,
Eva Kemp.
The issue related to '‘Wishlist & 4 Products Per Row’' has been successfully resolved, and the topic is now closed for further responses