Header Nav Bar not displaying correctly on some pages

Hi,

I’m having some nav bar issues. On my main home page it appears correctly. However on some of the inside pages, it is vertically justifying to the bottom instead of center.

On these same pages I am having an issue with white margin being added either directly below the nav bar or above the entry content. I added a negative margin adjustment to CSS to fix this issue.

/*space at top of page fix */
.entry-content {
margin-top: -18px!important;
}

However, I am unsure how to fix the alignment issue.

Any help is appreciated. I’ll add login details in the secure note.
Thanks!
Jen

Hi @petitshoo,

Thanks for reaching out!

There could be a plugin or custom code that affects your header navbar on some pages.

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

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.