• Can any one help to sort it out? all the pages seem to exceed the 100% width on my website. What’s wrong with the theme/page/post?

    Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I see what you mean. You could add this to your custom CSS:

    .container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 970px;
    }

    That should fix it though I’m not sure it’s the best fix since the only thing I added was max-width= 970px;. Somewhere else the width has been expanded beyond that, possibly via javaScript or in some of your CSS.

    Setting

    .container {
    margin=left: 0px;
    }

    will also fix it

    right now is is set to 30px which is what is pushing it over the right edge

    • This reply was modified 7 years, 3 months ago by dtlevin.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘why my page is more than 100% full width’ is closed to new replies.