Site logo

Archived topic

Content going out of page area

5 replies · Started by GeneratePressUser on April 20, 2020

Viewing posts 1–6 of 6

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

Hi there,

try adding this CSS:

html,
body {
    box-sizing: border-box;
    overflow-x: hidden;
}

* {
    box-sizing: inherit;
    max-width: 100%;
}

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.

Hello David,

Thanks a lot, will check it out :)

You're welcome

This archived topic is closed to new replies.