narrow the paddling area on single product page
-
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.
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.