css - backstretch image overlapping navigation -
How do I get a navigation to come back to the backstretged image? As soon as it loads, it appears on the navigation, which becomes very clickable / overlooked at that point. "post-text" itemprop = "text">
You need to move the image behind the rest of the page content.
#backstretch {z-index: -1; } should move in your CSS.
Comments
Post a Comment