This topic has 4 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Good day,
How can I disable sticky header on desktops and if possible on tablets in landscape mode?
Hello,
You can disable the fixed header in Theme Options > General > Header Settings.
Or add this code in Theme Options > Styling > Custom css:
.fixed-header {
display: none;
}
Feel free to ask if you have any other questions.
Regards
Hello Rose,
I have added that code to Custom CSS for desktop (992px+) and got what I need.
Thanks for your prompt support as usual!
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up