Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #904289

    Hello,
    where can I set the distance between menu and header boarder?
    Thank you for your answer!
    Alfred

    #904826

    Hey wigldesign,

    Could you please give us a link to your website, we need more context to be able to help you.

    That can be done with css, or you can set the custom height in px for the header in the theme options.

    Best regards,
    Victoria

    #904889

    Hey Victoria,
    I have made it with QUICK CSS code:

    .container_wrap {
        border-top-width: 0px;  
        margin-bottom: -57px;
    }

    But if I change the value e.g. margin-bottom to -27 , the headline is crossed out. That’s why I believe that this solution is not optimal.
    Please see also http://www.ana-u.com/NeueHP/
    Best regads
    Alfred

    #905428

    Hi Alfred,

    Can you try removing this css code:

    .container_wrap {
        border-top-width: 0px;  
        margin-bottom: -57px;
    }

    and add this css code:

    #header #custom_html-2 {
        padding: 0;
    }
    
    #header #custom_html-2 #scroll-bottom-link {
        top: 40px;
    }

    Hope this helps.

    Best regards,
    Nikko

    #905436

    OK, thank you Nikko
    Best
    Alfred

    #905490

    Hi Alfred,

    You’re welcome :) let us know if you need further assistance or if we can close this thread.

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.