I have found the CSS code to hide the main navigation in an existing topic however, the “socket” for the nav persists creating an unnecessary space. Anyone have an idea of how to remove it completely?
Hey breakpoint,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#main {
padding-top: 50px!important;
}
Best regards,
Vinay
Thank you, Vinay… that did the trick!