This topic has 2 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Rose Tyler
Hi, How can I really fix fixed header? Now it disappears when you scroll down and then comes back again. I really want it fixed at the top. Thanks!
Hello,
Theme Options > Header settings > Fixed navigation > Off.
Add this code in Theme Options > Theme Custom CSS:
.main-header {
position: fixed;
z-index: 3;
width: 100%;
background-color: #3c3c3b;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up