Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #313097

    I want to move menu up, so it’s closer to the top of the header (without changing the header height). How do I do that?

    #313339

    Hi goforyourdreams!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 80px;
    }

    Best regards,
    Yigit

    #313392

    Great, thanks!

    FYI, anyone else using this code – you need to add !important in order for it to work:

    #header_main .container, .main_menu ul:first-child > li a {
    line-height: 80px !important;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How To Move Menu Up?’ is closed to new replies.