Space above the header but below the nav bar

Hello,

For some reason some of my pages are getting an extra space at the top. When I inspect the element the code says it is this :

element.style {

}

(index):583

p {

  1. margin: 0 0 1.313em;

}

I do not know how to remove this element, as it is just being inserted into the pages without any sections etc. Thank you in advance!

Hi @mangelreynolds,

Thanks for reaching out.

To better help you with your concern, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password
  • Lists of Pages you’re having an issue

You can find the Secure Note button at the bottom of your posts.

Thank you.

Thanks so much! The pages are:

https://modernagenthomes.com/the-ultimate-buying-experience/

https://modernagenthomes.com/about/

https://modernagenthomes.com/contact/

https://modernagenthomes.com/ourmodernagentteam/

Thank you so much for your help !

Hi @mangelreynolds,

I can’t figure out why there’s a <p></p> after your navigation and before your header content, this could be a plugin conflict or some custom code that inserting the tag.

I recommend the following troubleshooting procedures before we investigate the settings.

  1. TESTING FOR THEME RELATED ISSUE
  2. TESTING FOR PLUGIN CONFLICT
  3. THEME UPDATE
  4. CHILD THEME
  5. CSS/JS CUSTOMIZATION
  6. VERSION COMPATIBILITY

Note: I made a quick fix on the 4 pages by adding CSS code in your Pro > Theme Options > CSS.

.page .x-main .entry-content > p {
  margin: 0;
}

Please note that providing custom code is outside the scope of our support. Issues that might arise from the use of custom code and further enhancements should be directed to a third-party developer.

Hope that helps and let us know how it goes.

Thank you.

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