Tagged: , , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #390413
    #390808

    Hey lternis!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 959px) {
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    Regards,
    Elliott

    #390877

    Hey Elliott, that will do! Thank you!

    Quick question : do you know how to increase a little bit the size of the menu button (on responsive mode)?

    Thank you again

    #391243

    Hi Iternis!

    Try adding this to Quick CSS:

    #advanced_menu_toggle, #advanced_menu_hide {
    font-size: 36px !important;
    }

    Best regards,
    Rikard

    #391734

    Thank you guys, this is great.
    All clear, problem solved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header : logo on the menu’ is closed to new replies.