I am trying to remove the whitespace that is left after I remove the logo? So i wish to just have the navigation and no logo but I can’t seem to remove the white space that remains.
Hi fusedmanagement!
can you please send us your URL, so we can see live the issue and help you fill it?
Cheers!
Basilis
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
.av-logo-container {
display:none !important;
}
Regards,
Rikard
Now I have the nav at the top and the space beneath?
Hey!
After adding Rikard’s code, please add following
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 54px !important;
}
Best regards,
Yigit
It’s a solution, obviously you have just narrowed the space but not removed it.