Remove space below navbar

Hello, I need some help removing the space below the nav bar and above the content on this page and all other pages that have this format:
https://dralphonsoevans.com/about-dr-alphonso-evans-sr/

Hello @gallagherBD,

Thanks for writing to us.

To remove the space below the navbar please add this custom CSS code under X—>Theme Option —>CSS

.page .hentry .entry-wrap {
    padding: 0;
}

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

Perfect. Thanks!

You’re very welcome, @gallagherBD!

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