[Solved] backstretch image overlapping navigation


You need to move the image behind the rest of the page content.

#backstretch {
    z-index: -1;
}

in your CSS should do the trick.

4

solved backstretch image overlapping navigation