Hey Harry, looks like those settings gave different results in different mobile browsers. I tweaked it a little and this one seems to work perfectly across different browsers.
.cart .yith-wcwl-add-to-wishlist,
.cart.variations_form .yith-wcwl-add-to-wishlist {
left: 300px;
}
@media only screen and (max-width: 800px) {
.cart .yith-wcwl-add-to-wishlist,
.cart.variations_form .yith-wcwl-add-to-wishlist {
left: 270px;
}
}