Hi @btcwonderland,
Can you provide me with the link to your site so I can advise you?
Thanks
Hi Rui,
To see this problem in action, check out collaboration.org
Header option is set to ‘sticky’.
Pretty sure this is a relatively new development.
Thanks
Hi @nickrytlewski
If the Header option is set to Sticky then the header will stay in the same place, if it’s disabled it will move along with the content.
Just disable that option.
Hi Rui,
Is there any way to have a sticky header that doesn’t cover the content at the top of each page?
Right now a significant portion of the top of each page (equivalent to the header height) is being covered over by the sticky header, so there is no way to ever see that content – page titles, breadcrumbs, tops of images, etc..
I’m fairly certain this is a “new” development. I know this wasn’t the case 6 months ago.
@nickrytlewski
when you choose the sticky mode it should exist a padding-top in the body correspondent to the height of the header so that nothing stays hidden below the sticky header. This should do this by default.
That CSS is being override but your theme CSS.
Let’s force it by using this CSS.
.mobmenu-push-wrap, body.mob-menu-slideout-over {
padding-top: 50px!important;
}
Will close the topic for now.
Let me know if you need further help with this.
@nickrytlewski That’s great.