Hi there,
Could you provide the css to show the hamburger menu when scaling to 1199px? Otherwise the menu gets screwed. Thanks so much!
https://test.maium.nl
Hello,
You have to add this custom css:
@media (min-width: 1199px){ .header_container.cl-transparent { position: absolute; } } @media (max-width: 1199px){ .cl-mobile-menu-button { display:inline-block !important; } .header_container .header-row #navigation { display: none; } }
Let us know.
Regards!
You must be logged in to reply to this topic.