Hello,
Bootstrap columns should never have custom margin or it breaks the page layout.
It's easy to reproduce the problem :
-
Create a new section
-
Create some columns, at least 2
-
Add some left and right margin to the columns
-
Save and see the result on the frontend
As you can notice, it works on backoffice but not on frontend. By looking at the code, it's because the backoffice add an inner div in the column and apply the margin on it (which is the right practice) whereas the frontend directly apply the margin on the column.
This post is related to my other one about the addition of div element. But I prefers to create a new post as it's now a bug report, and not a feature request.
Regards,
Alex
Alex,
Once again, thank you for your feedback. We will check this problem and reply ASAP.