Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Dropdown nav on hover disappearing Reply To: Dropdown nav on hover disappearing

#249053
Shikkediel
Participant

The h1 element below is sitting on top of the lower part of the expanded menu because of it’s large top padding…

nav {
  position: relative;
  z-index: 1;
}