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

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -