Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks different in IE than in Firefox. If I’m seeing what you are it looks as though your h1 tag has top padding driving the text lower down the page.

    So look at the section below in your css file

    /* Begin Headers */
    h1 {
    padding-top: 70px;
    margin: 0;
    }

    and change the 70px to something smaller, say 30px.

    Thread Starter beretta

    (@beretta)

    Ah yes, that did it! Thank you for that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text position in header’ is closed to new replies.