Probleme in Launch Header Builder

Hello,
I seem to have a problem with the header.

http://lehner.riwaro.de/category/news/
The top margin is cut off.


It only works when I include a header on the page.
I noticed the problem on the blog page. With this code the site works.
.x container> .offset {
margin-top: 200px! important;
}
@media (max-width: 768px) {
.x container> .offset {
margin-top: 0px! important;
}

I believe I made a mistake in the Launch Header Builder.

How do I get the correct spacing without a header or code.
VG Thomas


I think I found the bug. The initial position must be relative. Is that correct? See the screenshot
Many greetings Thomas

Hi Thomas,

The Bar element’s initial position should be relative initially, you can get more information on the bar element from this article: https://theme.co/docs/header-footer-overview#how-bars-work-in-header-footer-builder

Thanks

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