This topic has 4 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Rose Tyler
Hi Rose,
This is a small issue, however, the Add to Wishlist button on the product pages is not quite aligned with the Add to Bag button – it’s dropped down a few pixels (it was fine until we updated Legenda theme).
Is is possible to tweak the CSS so that the Add to Wishlist button is (centre) aligned with the Add to Bag button?
E.g. see: http://www.taylorstimeless.com/product/ring-4/
Many thanks, Andrea
Hello,
Try to change this your custom css code http://prnt.sc/f6j8up to
@media only screen and (min-width: 768px){
.single-product .wishlist-btn-container.with-styles .yith-wcwl-add-to-wishlist {
margin-top: -4px !important;
}
}
Regards,
Rose Tyler.
Perfect! Many thanks Rose
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘Alignment of Add to Wishlist button on product pages’' has been successfully resolved, and the topic is now closed for further responses