Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #642998

    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?

    #643102

    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

    #643128

    Thank you, Vinay… that did the trick!

    #643322

    Hi,

    Great, glad we could help :-)

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.