Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #302802

    Hi,
    I managed to enlarge the logo. Now the submenu is displaced (see screenshot). I would like to have the submenu right under the main menu (like the default). Also the red underline for active links is misplaced. I’m sure this is a quick fix. It should work for both (scrolled down and not scrolled down) views. Thanks you in advance for your help.
    Kind regards, Tom

    #302804

    Hey yoginthusiast!

    Can you please post the link to your website?

    Best regards,
    Yigit

    #302818
    This reply has been marked as private.
    #303188

    Hey Tom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav ul { top: 70%; }
    .avia-menu-fx { bottom: 56px; }
    .header-scrolled .avia-menu-fx { bottom: 29px; }

    Cheers!
    Yigit

    #303228

    Yigit,
    thank you so much for your help. I had to play a little with the px and it works. The only thing now is when a submenu is open and you scroll down one red underline is moving upwards. Is there a solution to fix this?
    Cheers, Tom

    #304216

    Hi Tom!

    Try with this code instead:

    #avia-menu > li > a {
        max-height: 25px;
        line-height: 0px !important;
    }
    .avia-menu{
        display: table;
        height: 200px;
    }
    .header-scrolled .avia-menu{
        height: 102px;
    }
    #avia-menu{
        display: table-cell;
        vertical-align: middle;
    }
    

    Regards,
    Josue

    #304513
    This reply has been marked as private.
    #305390

    Hi Tom,

    Can you please create me an administrator account? post it here as a private reply.

    After adding the code i suggested, the header should behave like this:

    Regards,
    Josue

    #306412
    This reply has been marked as private.
    #306478

    Hi Tom!

    Changes applied, check it now.

    Regards,
    Josue

    #306506

    Dear Josue,

    thank you so much for fixing this. Awesome!

    Am I right with my guess that the smooth minimization (as it happens with the logo) is not possible?

    Kind regards, Tom

    #306525

    Hey Tom!

    Hmm, i don’t that would be possible with this approach, but it’s not really that noticeable unless you scroll really slow.

    Cheers!
    Josue

    #306535

    You are right. Thank you.

    Cheers, Tom

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘submenu position after logo enlargement’ is closed to new replies.