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

    Hi @ Kriesi,
    I have adjusted the Main Menu with

    .main_menu {
    top: 25%;
    }

    to bring it in line with the bottom of the logo.
    But this also gives margin to the submenu and the line for hover/active.
    See Screenshot at http://prnt.sc/c9b1dh

    I want it on the grey line like in default. Can you help?

    Best Regards

    #676949

    Hey Sigmund,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #676972

    Hello and thanks.

    #678383

    Hi,

    Use this code:

    .av-main-nav > li > a {
        line-height: 155px !important;
    }
    
    .header-scrolled .av-main-nav > li > a {
        line-height: 60px !important;
    }

    Best regards,
    Josue

    #678426

    Magic, thats it! Thanks for the great support once again.

    Best Regards

    #678440

    You are welcome, glad to help :)

    Regards,
    Josue

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