Viewing 3 replies - 1 through 3 (of 3 total)
  • Change the width is this CSS code to this:

    .span-24 {
        width: 980px;
    }

    And change the height in this code:

    #header {
        height: 200px;
        padding: 30px 0;
    }

    Looks nice!

    Thread Starter milehighcinema

    (@milehighcinema)

    Hey, thanks for the help! I changed the #header code, but it didn’t appear to do anything. Also, what line in style.css would have the first change? I can’t seem to find it.

    @milehighcinema although it is not fully resolved but it is working except on primary navigation as:

    Style.css
    Line 57:

    .logo {
    margin: 0;
    width: 950px;
    height: 115px;
    }

    line 44:
    #header {
    height: 115px;
    padding: 30px 0;
    }

    I think you shall need primary navigation above secondary and below header logo. I am bit confused.. plz explain me a bit…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Need help with main layout – moving content down’ is closed to new replies.