CSS responsive menu show, then hide, why -


i launch site, , done lot of work on responsiveness... on big thing menu, responsive , show "burger" when small show item. problem when screen large enough whole menu show, burger show, hide leave full menu.

i have no idea why it's doing ? it's css or javascript. can debugging flick in menu

thanks in advance

*tested in chrome on mac link page : http://studioteknik.co/solertia.ca/fr/

hi think have problem media query on responsive.css.

try this:

from:  @media , (max-width: 1023px) {  to: @media , (max-width: 995px) { 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -