Menu on mobile view
The topic ‘Menu on mobile view’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I post again with the good profil
I just noticed that the header menu does not appear when we scroll a page on mobile.
Is it possible to change that ?
Or to have a button in the footer to go back to the top of the page ?
Thank you !
The blog I need help with is: boostersonactivite.com
Hello,
Please try adding the following CSS (in the Additional CSS section of your customizer) to make the menu fixed:
@media screen and (max-width: 767px) {
#header {
position: fixed;
}
}
The topic ‘Menu on mobile view’ is closed to new replies.