Less margin borders inside single product pages
-
Inside single product page, the texts that appear before cart button (short description) and also cart button are tight, Its using just 60% of the possible wider space on the sides, i would like to use at least 90% of column width
So I need that all this columns be WIder, without margin bords.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-summary-shadow .summary-inner {
padding: 10px 10px 10px 10px;
}
Best Regards