Header "jumps" and "hangs" when scrolling

Hello,

we are using the Pro Theme to build our website.

I built a header using the header editor. I already had problems before that the header “hangs” when scrolling.
I was advised by Themeco Pro support to set the header dimensios to auto height.

I did that as well. Only this time the header hangs and jumps again.

Attached is the URL and a screenshot of the current settings.

https://bczhn.myraidbox.de/

Thanks for the support!

Hi @l_eckardt,

Thanks for reaching out.
The given URL is having the HTTP authentication, I would request you to provide the credentials in the secure note to access the page.

Thanks

Hello,

Thank you for your quick answer.
I added the secure note.

Thanks already!

Hi @l_eckardt,

Thanks for updating your credentials!

I went ahead and check the header settings and all settings are just fine. After investigating further about the said issue, I found out that the issue is within your footer. I added the code below in your Row inline CSS to fix the issue.

$el .x-row-inner {
  margin :0;
}

After adding that code, it is now fixing your issue.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.