Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #440605

    i searched on 990px and tried a number of suggestions …with no luck

    What would the CSS be to do this say at 1200px or below ?

    Using a logo that is 450
    Layout is boxed at 1310
    Activated smart phones and tablets

    #440826

    Hi aribann!

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

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

    Cheers!
    Rikard

    #441266

    perfect @ 1024px
    thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Force mobile menu at width greater than 990px iPad’ is closed to new replies.