Overlapping Header And Announcement Bar solved but with side-effects (black stripes) Baseline Theme

Hello, I had previously the issue with overlapping header and announcement bar. I added the following code to address that; .section-x-padding { top: 40px; position: relative;}

A side effect from that was that black stripes appeared on several places. They are not suppose to be there at all.

How do I fix that? Appreciate if someone could help out. Thanks!

URL: www.bynamo-official.com

Sincerely

Anton

Please remove that code and use this instead to solve this issue


Thank you. This looks much better.
I notice however that the spacing differs from homepage and other pages.
Is there a way to make the space equal?

Please update code to this

{% if template == 'index' %}

{% endif %}

When changing from 26px to anyting else, it only has affect on the main page. Why is that? Is it possible to write a code that makes the change affect all pages?

Please update the code like this.


1 Like

Thank you. Amazing. Much appreciated.

1 Like

Happy I could help.