Hi Graham,
Since your NavMenu
div is nested inside of nav menu div
, and nav menu div
is set to display:hidden
, NavMenu
is also hidden. If you setnav menu div
to block
and try to show your menu again, it should work.
Hi Graham,
Since your NavMenu
div is nested inside of nav menu div
, and nav menu div
is set to display:hidden
, NavMenu
is also hidden. If you setnav menu div
to block
and try to show your menu again, it should work.