Viewing 1 replies (of 1 total)
  • Thread Starter dreamstone

    (@dreamstone)

    Goi it! The reason was z index in theme style.css file, change it from default 9999 to 0 and solved the problem.

    Here it is:

    #branding {
    border-top: 2px solid #bbb;
    padding-bottom: 10px;
    position: relative;
    z-index: 0;

Viewing 1 replies (of 1 total)
  • The topic ‘Bar is behind header area’ is closed to new replies.