Hi, thanks for your reply. Now the like button is far, like in the second picture on both products. I would like to move it closer to add to cart button. I tried tweaking the code a bit but I’m not a pro so, I’m not sure if I did it the right way.
form.cart {
width: 100%;
}
.cart .yith-wcwl-add-to-wishlist,
.cart.variations_form .yith-wcwl-add-to-wishlist {
left: 300px;
}
.single_add_to_cart_button {
width: calc(100% – 175px);
}
I changed right:0 to left:300. Looks ok on desktop but still a bit far on mobile.