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!
Site URL: hidden Theme version: 6.3Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.