Lower the menu

Home Forums Pro Support Lower the menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #69008
    Anonymous

    Team, i’ve been playing for a couple of hours how to bring the menu lower.
    I want the menu to slide from the right, under the hamburger/X button. Currently the button is overlayed on top of the menu, and i want the menu to be positioned lower than the button. Please help with the setting

    Thanks!
    Alex

    #69011
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Alex,

    I don’t believe there is a setting for what you are trying to achieve.

    I think it sounds like all you need to do is add a margin to the menu container via some Custom CSS.

    If you are not sure on how to achieve this then if you provide a link to a page where you want help with then I can do it for you.

    Please advise

    Peter

    #69010
    Anonymous

    Hi, thank you i figured out the custom CSS. I can display it now lower when i click the hamburger button. When i click the X however it jerks back up.
    What do i need to add to my CSS?

    the website is mindescaperoom.com

    Thanks!

    #69009
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Alex,

    You seem to have attached the margin to the .responsive-menu-pro-open class which is why you are seeing the jump, as that class is only added when the menu is open.

    You should only need the below:

    #responsive-menu-pro-container {
       margin-top: 60px;
    }

    All the best

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lower the menu’ is closed to new replies.