Reply To: remove page content margin

Home Forums Support remove page content margin Reply To: remove page content margin

Home Forums Support remove page content margin Reply To: remove page content margin

#92238
Tom
Lead Developer
Lead Developer

You can go to “Appearance > Customize > Element Spacing” and remove the content padding on the left and right.

However, that may bad when you have a sidebar set.

If you’re wanting to have a sidebar as well, then give this CSS a try:

.no-sidebar.separate-containers .inside-article,
.no-sidebar.one-container {
      padding-left: 0;
}