Good morning guys!
I need to show a transparent menu in my mobile version.
but i want sticky header too.
is it possible?
Hey 4EPIU,
Can you 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 !important;
}
}
Hope it helps :)
Best regards,
Nikko