Hi! I’ve tried some different CSS, but having no luck.
Site listed in content link below.
I have the logo hidden on this homepage, but need to move that white space above the menu bar now.
Any ideas?
Here is the current CSS:
home.logo{
display: none !important;
visibility: hidden !important;
}
@media only screen and (min-width: 768px) {
#header_main .av-logo-container {
display: none;
}}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px;
}
Hey kjwaggz,
I only see spacing under the menu. Add the following to quick css:
.html_header_top.html_header_sticky #top #wrap_all #main{
padding-top:0px!important;
}
Best regards,
Jordan Shannon