Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #731810

    Hi,

    I have a Header Custom Height of 130 px. I would like to keep the logo the same large size, but the drop down menu (only at Helicopter Tours button) is now too low. There is too much of a gap.

    How can I keep the logo large and the drop down menu higher up? It would be nice to have it right below the word Helicopter Tours.

    Please note that I have enabled a sticky and shrinking header too.

    Thanks, Nadja

    #732283

    Hey nadjar,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av-main-nav ul {
        top: 50%;
    }
    .header-scrolled .av-main-nav ul {
        top: 100%;
    }
    

    Best regards,
    Yigit

    #732425

    Thank you for the fast reply!

    I still need to get it a little bit higher up.

    Thanks, Nadja

    #732635

    Hi,

    You had some errors in your custom CSS code. I fixed them. Please review your website now

    Best regards,
    Yigit

    #732957

    Hi Yigit,

    I had to switch to a mega menu and now the menu over the slideshow is again too low. Also, I need the logo larger, so I don’t want to decrease the line-height.

    My wish list :)

    1) Move mega menu up.
    2) Make logo larger.

    Thank you for fixing the CSS code.

    Nadja

    #734688

    Hi,

    1.) Use this code inside Quick CSS field:

    .avia_mega_div {
    top: 80px !important;
    }

    2.) Use this code:

    .logo img {
    width: 42% !important;
    max-height: 200px; 
    }

    Adjust as needed.

    Best regards,
    Andy

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