Black horizontal bar on blog archive

Hey there,

hope, you can help.

on the blog-page of my website is a black bar over the blog-image into the navigtion bar.
How can I get rid of it?

Find enclosed a screenshot.

www.minteraction.at
Login:

Hi There,

To fix this issue, please add this custom CSS under X > Theme Options > CSS:

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

Hope it helps :slight_smile:

This changes the navigation header from transparent into white.
I could not implemet this code.
Please help!

Hi There,

Sorry for the confusion!
I didn’t see any black bar on the image top but the image it under the menu bar.

To fix this issue, please add this CSS to your Theme Option -> Global CSS

.single-post .x-container.offset {
  margin-top: 65px !important;
}

Hope this helps!

Yes, it helped. THanks a lot!