There seems to be a range of window sizes where the top menu words can not be seen, and the three lines (hamburger menu) also don’t appear. Is it possible to make three lines (hamburger menu) appear as soon as the top menu words disappear? Screen shot below of a window size with no menu navigation as example.
Hey navindesigns,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1200px) {
.responsive #top .av-main-nav li {
display: none !important;
}
.responsive #top .av-main-nav .menu-item-avia-special {
display: block !important;
}
}
Let us know if this helps :)
Best regards,
Nikko
Unfortunately that did not work.
I am providing my wordpress login if you would like to test it