html - Menu disappears below certain screen width -
i'm having problems getting menu display correctly under 600px on development site of mine. top part of site (video area) responsive >1024px. should stay static width below that. menu fine until gets below 600px, , disappears completely. happens on front page (inner pages have different header).
thanks help!
edit: sorry didn't link site - http://dev.longviewsources.com/
thgat's because in style.css file on line 510 have
@media screen , (max-width: 600px){ .main-navigation ul { display: none; } }
you have found what's happening firefox inspector, it's great tool.
Comments
Post a Comment