Hi,
I have removed the logo with your custom css (div .logo { display: none !important; }).
The logo doesn’t show anymore, which is great, but instead there is a big blank space.
How do I remove that?
I use the header: Logo center, menu below.
Thanks :-)
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Please add following code to Quick CSS as well
#header_main>.container {
display: none;
}
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 38px;
}
Cheers!
Yigit
Hi,
My Quick CSS now looks like this, but the header still shows (I have emptied cache)
div .logo { display: none !important; }
#header_main>.container {
display: none;
}
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 38px;
}
Can you help?
Best regards,
Peter