Viewing 2 replies - 1 through 2 (of 2 total)
  • mrtom414

    (@mrtom414)

    I’m not sure why it’s overlaying on one and not the other. You can change position on top-bar to have a position of absolute and it will work.

    #top-bar {
    position: absolute;
    z-index: 10;
    }

    Thread Starter BestLecture

    (@bestlecture)

    Thank you.
    I used it and changed other header-elments’ css in order to solve it correctly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gap above header image on static front page’ is closed to new replies.