Forum theme: how to make masthead static
-
Changing the CSS to position: static doesn’t seem to work. When you scroll down the page the masthead is still right in front of you, obscuring the page content. Help!
The blog I need help with is: (visible only to logged in users)
-
Hi.
Maybe you will be your problem solved if you make static the div whose id is “header-inner” instead masthead. In fact, this element is affected to class sticky.navigation (which is position:fixed)
#header-inner {position:static;}
- The topic ‘Forum theme: how to make masthead static’ is closed to new replies.