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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -