Home Forums WoodMart support forum How do I change the spacing between attributes and price in Single product?

How do I change the spacing between attributes and price in Single product?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #596081

    huaileiwang
    Participant

    Is the distance between “price” and “attributes” so close that there is no place to adjust?

    #596146

    Hello,

    Can you please share the page URL so I will check and give you a possible solution.

    Best Regards

    #596295

    huaileiwang
    Participant

    I have filled in the URL below.

    Attachments:
    You must be logged in to view attached files.
    #596388

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .single-product-page .price {
        margin-bottom: 20px !important;
    }

    Best Regards

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