[Resolved] remove page content margin

Home Forums Support [Resolved] remove page content margin

Home Forums Support remove page content margin

  • This topic has 1 reply, 2 voices, and was last updated 9 years ago by Tom.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #92197
    Jérôme FLE

    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,

    #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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.