Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #574553

    hi there

    trying to get the menu to display below the logo (on mobile only) and not to the right of the logo

    http://www.whitestagweddings.com

    any help is much appreciated!

    thanks

    #574652

    Hey mijyman!

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

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin: auto;
    }
    .responsive .logo {
        width: 100%!important;
        max-width: 100%;
    }
    #advanced_menu_toggle {
        right: 45%;
        top: 135%;
    }}

    Regards,
    Yigit

    #574659

    hi Yigit!

    Thank you very much this works :)

    is there any way to have the menu display as “MENU” so it’s not just three bars?

    thanks!

    #574665

    Hi!

    Please add following code to Quick CSS as well

    #advanced_menu_toggle:before {
        content: 'Menu';
        font-size: 18px;
    }

    Cheers!
    Yigit

    #574674

    Great! Thanks! :)

    Is there an easy way to change the font to my standard h3 font

    #574680

    Hi!

    Please change the code to following one

    #advanced_menu_toggle:before {
        content: 'Menu';
        font-size: 18px;
        font-weight: 300; 
        font-family: "Fanwood Text", arial, sans-serif;
    }

    Cheers!
    Yigit

    #574686

    Awesome! You da man :)

    thanks for your help

    #574688

    Hi!

    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 :)

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mobile only menu displayed below logo’ is closed to new replies.