I'm creating a wordpress website and everything is nice and wonderful but I've run into a problem it seems... My sub-menu is not properly showing up. It doesn't work on mobile either. I'm quite lost. It was working and then just stopped.
http://vps17582.inmotionhosting.com/~eterna39/wp/
Thank you in advance. I hope I get this solved fast so I can launch my site sooner than later.
Thanks!
You submenu is there but the overflow hidden is blocking it. remove overflow hidden from the class navbar
.navbar {
/* overflow: hidden; */
}