Archived topic
remove page content margin
1 reply · Started by Jérôme FLE on March 27, 2015
Viewing posts 1–2 of 2
Good afternoon,
I just bought GeneratePress and i'm looking to remove page content margin as the image bellow in css style without success :

Anybody have an idea ?
Thank you in advance
Best regards,
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;
}
This archived topic is closed to new replies.