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

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