Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello. Your #content div appears to have negative 1100px left margin. That’s what pushes it out of the container and below the background. I’m not sure if this margin was added manually, but most likely it shouldn’t be there. You can either set the maximum content width to be 630px to create a boxed layout for your homepage, by using this CSS

    .home #content {
    max-width: 630px;
    }

    or, probably better, remove that margin.

    Thread Starter pabben

    (@pabben)

    Thank you for your reply! ??

    In the current css i cannot find anything when searching for “1100”. The only thing added manually is added with a child-css.

    Tried to add your code to the child-css and the css but there is no change.

    Here is my css and here is my child-css.

    Try clearing your browser’s cache. The style appears to be working. Here is a screenshot https://i.imgur.com/xh3ImCO.png

    Thread Starter pabben

    (@pabben)

    Voila! Great! ??

    Thank you very much nvourva!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post on presentation page – wrong alignment’ is closed to new replies.