Home Forums Theme support distance between menu and main Reply To: distance between menu and main

Hi Randy,

we checked it, the space between is because you don’t use a logo, normally the space is needed for the for the logo. If you want you can remove it with this CSS code (just add it at the end of your style.css file):

#the_header .sg_center_vertical {
display:none !important;
}
.has_no_slider.has_no_custom_header_content #header.p61 + * {
padding-top:0 !important;
}