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

    Hi,
    I wanted to have a little more space ABOVE the header. I change it with custom pixel value, the header gets bigger, but the logo and menu don’t move down. Basically the space was added UNDER the logo and menu. I want the logo and menu to be just above the line.
    I also noticed that when I don”t check the “Enfold Main Menu” box in the menu settings, I can’t have a dropdown menu. But If I check the “Enfold Main Menu” box I get the colored under-line that shows what page you are on, that my client doesn’t want.
    Any help much appreciated!

    • This topic was modified 9 years, 12 months ago by birte5.
    #357869

    Hi birte5!

    Try setting a custom value again and then add this to your custom CSS.

    .logo { position: relative !important; top: 10px !important; }
    .avia-menu-fx { display: none !important; }
    

    That will also take care of the line under your menu links.

    Cheers!
    Elliott

    #357953

    Hi Elliott,
    I see the logo moved, but what I would like is to keep the header space as big as it is now, but move the logo AND the menu down, close to the line. Also the bigger line between the main menu and the submenu still appears.
    Please help, thank you!

    Birte

    #358155

    Hey!

    Please replace the code with this:

    .logo {
    position: relative !important;
    top: 10px !important;
    }
    
    .av-main-nav > li > a {
    padding-top: 30px;
    }

    Cheers!
    Ismael

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