Home Forums WoodMart support forum narrow the paddling area on single product page

narrow the paddling area on single product page

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

    eric
    Participant

    Hi there,
    I want to narrow the padding area on single product page as attached.

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

    Hello,

    I saw the screenshot you attached. This spacing is set by default. If you try changing with CSS then it could disturb the layout as well.

    If you still want the CSS then try adding the following Custom CSS in the Custom CSS for the desktop area under Theme Settings >> Custom CSS.

    .product-image-summary-inner .entry-summary {
    margin-left: -60px;
    }

    Best Regards.

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