Hello,
When i want to use the option Logo Center, Menu below the header image is not taking the right pixels.
If i select pixels height (250pixels) i have some space between my header and slider.
If i select an other option like (logo center, Menu left) is is working.
But i want both in the middle. What can it be?
Kind regards,
Hans Kroeze
Hi Hans
I am pretty sure you can tweak the behaviour in your case with some custom CSS.
Could you share the URL from the website here please so I can take a look at it?
Best,
Michael
Hi ZikomoWebdesign,
Do you mean you want the shrinking header and it’s not working or you want a custom height?
Could you please attach a mockup of what you’re trying to achieve?
Best regards,
Victoria
Hello Victoria and Michael,
Thanks for your reply. I want to create a custom height for my header.
the link is test2.zikomo-webdesign.nl
This is the header
http://test2.zikomo-webdesign.nl/wp-content/uploads/2019/02/header2.png
When I check it in firefox and my header is around 200px and then I small space between header and menu.
@ Victoria, I want to achieve that my header is stretched to 250px. custom height
Best regards
Hi,
Sorry for the late reply, if I understand correctly, you would like your logo to have a minimum height of 250px, but you also don’t want any extra space between the logo and the menu.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
span.logo img {
min-height: 250px !important;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 300px !important;
}
#header_main .av-logo-container {
min-height: 250px !important;
height: 250px !important;
}
Best regards,
Mike