Home Forums WoodMart support forum Single Product Desciption Margin

Single Product Desciption Margin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #324276

    Andrewslabbert
    Participant

    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.
    #324315

    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.

Viewing 2 posts - 1 through 2 (of 2 total)