Sticky Menu for both website and mobile devices
- The topic ‘Sticky Menu for both website and mobile devices’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
I need to make the MENU sticky for both website version and mobile version. Can you please help with it?
The site I need help with is https://thebackroomforbes.com/
Thanks
The back room forbes
The blog I need help with is: (visible only to logged in users)
Hi,
I have visited your beautiful blog and noticed that Sticky Menu is already enabled .
Perennial sticky menu will appear automatically as the user scroll up. This technique is used to save the space at both mobile and desktop displays.
Hope it will help you.
Thanks
Hi,
Thank you for your reply.
Ok, I got what your mean. Is it possible to make it sticky when the user scroll DOWN?
Thank you
Hi,
Please try the following CSS Snippet.
/* Sticky Header Fixed */
.site-header.headroom--unpinned,
.site-header.headroom--not-top.headroom--fixed {
transform: translateY(0);
}
Thanks