How to remove gap between header and content 2

I have the same problem, described here:

How to remove gap between header and content

Gaps between Header & Content and Content & Footer.

Site: https://xsu.did.mybluehost.me/home/
We don’t have any custom CSS.

Hello @jfolker,

Thanks for writing to us.

To get rid of the gap between content and Header you need to add this custom CSS code under Theme Option —>CSS

.page .x-container.offset {
margin: 0px auto;
} 

The purpose of providing custom CSS is 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.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

1 Like

Thanks, all worked well.
I thought it should be solved in the settings. Will use CSS, no problem.

Hey Ivan,

You’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

1 Like

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