Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1441113

    Hi there

    I would like to have a bigger gap/space above the actual button on the main menu and the bottom of the normal menu links as its too close – how can I achieve this?

    https://www.skills4lifepsychology.com/

    Cheers
    Natasha

    #1441177

    Hey xfacta,
    If you would like a larger space below your main menu links:
    Enfold Support 5622
    try changing the size of your header at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height, this will also add space above your burger menu.

    Best regards,
    Mike

    #1441229

    Hi Mike

    That only made the space that the menu itself takes up on desktop bigger – had no affect on the gap between the menu and the “Book online” button on the mobile/burger menu. I’m just wanting to move the button menu item further away from the menu line so that its easier to click on and doesnt look bunched up to the separator line on mobile.

    Cheers
    Natasha

    #1441297

    Hi,
    I guess that I don’t understand, perhaps adding a few mockup screenshots of what you would like to see would help.

    Best regards,
    Mike

    #1441299

    Hey Mike
    I’ve taken a screenshot of the area I’m talking about. Hopefully you can see it. I just want the button to sit a bit lower from the rest of the menu on mobile as it’s too close to the bottom line of the other menu items. Needs a larger gap at the top of the button to the grey line. Does that make sense?

    Cheers
    Natasha

    #1441333

    Hi,

    Thanks for the screenshot, please try this in Quick CSS:

    #av-burger-menu-ul li.menu-item-23 {
      padding-top: 15px;
    }

    Best regards,
    Rikard

    #1441356

    Hey Mike

    That didnt change anything sorry :-(

    #1441416

    Hi,

    Please try this instead:

    #av-burger-menu-ul li.menu-item-23 {
      padding-top: 15px !important;
    }

    Best regards,
    Rikard

    #1441431

    Hey Rikard

    thank you that worked for this site but for some reason it isnt working on another site I need it for: https://dowsingaustralia.com.au/welcome/
    Why would that be?

    Cheers
    Natasha

    #1441479

    Hi,
    From site to site the menu item classes will not be the same, your second site looks like the menu item is “89” so try this css:

    #av-burger-menu-ul li.menu-item-89 {
      padding-top: 15px !important;
    }

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

    Best regards,
    Mike

    #1441505

    hey Mike

    oh perfect thank you! Where do I find that menu item number – on casee I need this for any other sites?

    Cheers
    Natasha

    #1441520

    Hi,
    Please use the browser inspector, unless there is anything else we can help with on this issue, shall we close this thread then?

    Best regards,
    Mike

    #1443179

    hey Mike

    Ah I see got it thank you :-) You can close this thread now.

    Cheers
    Natasha

    #1443194

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Burger Menu – button menu space above’ is closed to new replies.