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

