Replies: 0
Hi,
I set the single product page width to full width. The result page also stretch the content from edge to edge without padding.
After applying padding with the following css
.product {
padding : 20px;
}
page looks like this. https://ibb.co/fwcuqf
As a result description content build with page builder also restricted with in the padding limit. How to stretch the page builder content to full with custom css.
How to fix it?