Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1415431

    I did have code for this for another site – but cannot locate it. I know you can move the mobile menu further up to the top – right now it is sitting in the middle of the menu. Would you be so kind to direct me to a fix. Thank you!

    #1415457

    Hey pamk21,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1415650

    If you could look at the mobile navigation menu. You will see it is in the middle of the page – want to move it up. I have done so in the past I believe via code – possibly not. I would appreciate a workaround. Thank you!

    #1415652

    Below is a link to an image showing you the issue with the mobile menu. Again, I do not recall the fix. THANKS!

    #1415658

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header_main #av-burger-menu-ul {
        vertical-align: top;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1415659

    Mike that is perfect. To add just a bit of padding would I add something like this:
    padding: top; 10px

    Please advise the correct code!

    And again thank you!

    #1415661

    Hi,
    Glad this helped, the current top padding is 82px so if you want to add 10px try adding it like this:

    #top #header_main #av-burger-menu-ul {
        vertical-align: top;
        padding: 92px 0px !important;
    }

    adjust to suit.

    Best regards,
    Mike

    #1415663

    Mike – simply amazing! Thank you!

    #1415664

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Move Mobile Menu to the top’ is closed to new replies.