Tagged: mobile sticky menu
Hi
I am trying to get a sticky menu for the mobile and I have used the following in the Quick CSS but it is not working.
/* Sticky header on mobile */
@media only screen and (max-width: 767px) {
.responsive #top #main {
/* Margin top value should be equal to header height*/
margin-top: 180px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}
Hi
I have managed to get it to stick by using
/* Sticky header on mobile */
.responsive #top #wrap_all #header {
position: fixed;
}
However, I would like it further down the page i.e. have some padding at the top. The first one is too much.
Thanks
Alex
Sorted thanks
Hi,
Glad that you sorted it out. Should we close the thread then?
Best regards,
Ismael
hello
I want to fixed menu on mobile,so I found this topic.
and It’s work now.
but I think is there possible to make
hide the menu when scroll down the web
show the menu when scroll up the web ?
thanks.
Hi,
That is possible, but it will require modifications that are beyond the scope of support. Please hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
We’ll close this thread now.
Best regards,
Ismael