Header is going over section

Hey
my header is going over my first section of the page. how to fix this?

Hi @danailyovev,

Thanks for reaching out.
It has been found that the margin is the reason behind your issue. I would suggest you reset the margin to get rid of this issue.

Hope it helps.
Thanks

The interesting thing is that this is on every page… is there something to globally do?

Hello @danailyovev,

You can set margin-top through the custom CSS under Pro—>Theme Option–>CSS that will set gaps throughout the site.

 .entry-content {
    margin-top: 2em !important;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

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