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

    Hi,
    is there a way to let the logo display above the mobile menu? So far the entire screen is covered with the menu only.

    Thank you!

    • This topic was modified 8 years, 4 months ago by Steffen.
    #657237

    Hey Steffen,

    Thanks for getting in touch with us!

    Just to be sure, you want the logo to display when you have the menu open on mobile?

    Best regards,
    Jordan

    #657297

    Hi Jordan,
    exactly! Is this possible?

    Regards,
    Steffen

    #657343

    Hi!

    That is possible, but it would require many modifications onto the theme.
    Please do contact a third party developer for hire, who will be able to help you out further with your needs.

    Thanks a lot for your patience and understanding

    Best regards,
    Basilis

    #657501

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ul#mobile-advanced {
        padding-top: 0;
        margin-top: 85px;
    }
    .show_mobile_menu #advanced_menu_toggle {
        display: none!important;
    }
    

    Best regards,
    Yigit

    #657513

    Hi Yigit,

    thank you! This works for Smartphones quite well. But on my tablet the logo is cut off at the half. Is there a special modification for tablets?

    Regards,
    Steffen

    #657555

    Hey!

    Please add following code to Quick CSS

    @media only screen and (max-width: 768px) and (min-width: 580px) {
    ul#mobile-advanced {
        padding-top: 0;
        margin-top: 160px;
    }}

    Cheers!
    Yigit

    #657568

    This works perfectly. Thank you very much!

    Regards,
    Steffen

    #657588

    Hey!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Logo above mobile menu’ is closed to new replies.