Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #752232
    #753496

    Hey wm_schnlmnn,

    Please try the following in Quick CSS under Enfold->General Styling:

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

    Best regards,
    Rikard

    #753621

    Thanks Rikard ford your help, this works fine!

    Another Question: is it also possible, to resize the Logo graphic in a smaller window/device?

    #753630

    Hey!

    Yes, please add following code to Quick CSS as well

    @media only screen and (max-width: 767px) {
    .responsive .logo img { max-width: 75%; }}

    Best regards,
    Yigit

    #753729

    Thanks Yigit for your help!

    best Regards

    #753736

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

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Set different with for mobile menu’ is closed to new replies.