Gap below navbar

Hello, all the usual CSS to remove the margin below the navbar and above the content are not working.

Here is one of the pages:
https://websiteandseoservices.com/membership/

Is there a setting I am missing. Not sure why this gap is there.

Hello @gallagherBD,

Thanks for writing to us.

In order to remove the gap I would suggest you please this custom CSS code to the Global CSS code.

.page .x-container > .offset {
    margin: 0 auto !important;
}  

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

This was great! Thanks!

Hi @gallagherBD,

Glad that we are able to help you.

Thanks

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