subheader problems with beHealty

edited April 2020 in Blog
Hi, 
I have a problem with single page post because the subheader broke the header:
this is my header
image


and this is the header in the sigle post page, I used the builder template:
image


I would like to obtain something like this
image



thanks

Comments

  • Hello,
    your heder is most likely transparent, this is why the rest of the content goes under it ( like the subheader ).
    1. Check the header style in theme options>header
    2. Check your minimalist setting in theme options>header - the setting "without header space" is probably selected right now, change it and see if this works for you.
    thanks
  • i fixed with 

    #Subheader {
    top: 150px!important;
    margin-bottom:150px!important
    }

    but how do you suggest it works!!! thank you very much!
Sign In or Register to comment.