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

    If I choose “header mobile menu aktivation below 990px” my menu is still to big on an iPad landscape screen overlapping company the logo.
    How to activate mobile menu for iPad in landscape orientation? In vertical orientation it works fine – template switches to mobile menu.
    Thanks.

    #710611

    Hey marscui,

    Try adding this code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #top #advanced_menu_toggle {
        display: block;
      }
    
      #top .main_menu {
        display: none;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #710615

    Wow! Very quick support. That worked! Thank you!
    (BTW, another thing I’m looking for: Where to chance the color green into orange on hover for E-Mail-Icon on top right corner?)
    Thanks, Marscui

    #711127

    Hi!
    Thanks for your kind words :) The color is pre-defined in css, you can change the color by adding this code in Quick CSS:

    #top #wrap_all .social_bookmarks a:hover {
        background-color: green;
    }

    Just change the background color as you see fit. Hope this helps :)

    Regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.