When an item has a rating with stars or reviews it overlaps my WooCommerce Facebook Like Share Button. Is there a way to add space between those items?
Hey voice903fm!
Thank you for the update.
Use this on Quick CSS:
.woocommerce-product-rating {
margin-top: 70px;
}
Regards,
Ismael
Perfect! You can close this.