Hi, is’t possible to do Sticky mobile menu?
Hey Taras,
Yes it’s possible, try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #wrap_all #header {
position: fixed;
}
}
Hope this helps :)
Best regards,
Nikko