Header is Overlapping Content

My “fixed top” header overlaps my page content. Not a huge issue for my static pages where I can just add a “gap” to keep it from overlapping. But it becomes a big problem with the blog and especially when you click in to read a post - if there is a featured image selected it cuts off the top of the picture, if there is not featured image then it cuts off the title. Please take a look and let me know what I can do to resolve the issue.

http://www.marenelizabethphotography.com/how-many-words-are-your-pictures-worth/

Images are of my navbar settings

.

Hi There,

Please add this custom CSS under X > Theme Options > CSS:

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto;
}

Let us know how it goes!

Worked like a charm! Thanks!

You’re welcome.

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