Tagged: menu
Hello,
where can I set the distance between menu and header boarder?
Thank you for your answer!
Alfred
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
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
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
OK, thank you Nikko
Best
Alfred
Hi Alfred,
You’re welcome :) let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko