[Resolved] Content going out of page area

Home Forums Support [Resolved] Content going out of page area

Home Forums Support Content going out of page area

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1246599
    GeneratePressUser

    Hello,

    There the content is stuck edge to edge with the content area, how can the inner padding be added? Coz see it’s even going out at some places

    #1246970
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    html,
    body {
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    * {
        box-sizing: inherit;
        max-width: 100%;
    }
    #1248569
    GeneratePressUser

    Hello david,

    Thanks that fixed it can you tell what to add to have space on sides, coz right now all things are stuck edge to edge as you can see on that page.

    #1248929
    David
    Staff
    Customer Support

    You have the Page Builder Container set to Contained:

    https://docs.generatepress.com/article/page-builder-container/

    Change it to Default

    #1257126
    GeneratePressUser

    Hello David,

    Thanks a lot, will check it out 🙂

    #1257500
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.