Blog articles overlapping header

Hi, we are having an issue where out posts/blog articles are overlapping the header menu.  We are building from the BeHealthy Theme.


I have tried bunch of setting to resolve this but no luck.  Any guidance you can provide to resolve this issue, would be welcomed.

THX
Mark

Comments

  • Hi,
    The "Transparent" header does not have any height applied, that's why the blog title overlaps header.
    To fix that, you would have to turn on the subheader with applied some padding and hidden breadcrumbs and hide the title on every post through the theme options and disable the subheader on every single page(which is not blog).

    But, there is more simple way, please paste that CSS into the Theme Options > Custom CSS & JS > CSS
    @media (min-width:768px){
    body.single-post #Content{
    padding-top:100px !important;
    }
    }
    Thanks
Sign In or Register to comment.