Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi.

    Change this css rule:

    #header {
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 solid;
    margin-bottom: 0;
    margin-top: -10px;
    padding-bottom: 40px;
    padding-top: 40px;
    }

    Like this:

    #header {
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 solid;
    margin-bottom: 0;
    margin-top: -10px;
    padding-bottom: 0px;
    padding-top: 40px;
    }

    Thread Starter alanfallow

    (@alanfallow)

    Magic thanks very much.

    Thread Starter alanfallow

    (@alanfallow)

    Sorry
    this is all I see
    #header {
    padding: 40px 0 45px;
    clear: both;
    position: relative;
    background-size: auto;

    Padding: 0px 0px 45px;

    And see whats happen!

    Thread Starter alanfallow

    (@alanfallow)

    ok magic thats it now.
    thanks again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move menu up to top banner’ is closed to new replies.