Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter waynertrain

    (@waynertrain)

    I still cannot figure out how to bring the sidebar down. Someone PLEASE HELP!

    In your stylesheet you have

    #content {
    margin: 1em 215px 1.5em 15px;
    margin-top: -50px;
    font-size: 1.1em;
    }

    Which pulls up the content 50px into the header so …

    either remove the line with -50px or add margin-top: -50px;

    into the style for the sidebar so it will say

    #navi-innen {
    margin-top: -50px;
    padding: 0 0px 10px 15px;
    margin-top: 0px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sidebar margin problems’ is closed to new replies.