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 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: laseancecreative.com
Hello,
It doesn’t look like you are using our theme, so I’m sorry I’m not able to answer your question.
It looks like the theme you are using is “h4.” If you direct your question to the provider of that theme, they should be able to help you out.
Thanks and good luck!
Hello
I’m using Purpose theme with http://www.boostersonactivite.com
Thanks
Thank you for clarifying. 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.