Single Product Desciption Margin
-
Good day.
I have a payment widget displayed on my single product page. But it seems to be clashing with the product description by overlapping.
Could you please provide custom CSS to be added to add a top margin to the product description? Or perhaps an alternative solution.
Please see screenshot for clarification. (Blue outline is description)
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-product-details__short-description {
margin-top: 20px;
}
Regards.
Xtemos Studios.