Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #411284

    How can the mobile menu become active on the Ipad at it’s landscape orientation? So I can avoid the following….see link…

    #411692

    Hey Justin!

    Try adding this to your custom CSS.

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

    You may need to play around with the 967 value.

    Cheers!
    Elliott

    #411891
    This reply has been marked as private.
    #412419

    Hey!

    Can you please post the link to your page Justin?

    Best regards,
    Yigit

    #412522
    This reply has been marked as private.
    #412541

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1190px) {
    .av-main-nav > li > a {
      padding: 0 6px;
      font-size: 17px!important;
    } }

    Regards,
    Yigit

    #412552
    This reply has been marked as private.
    #412554
    This reply has been marked as private.
    #413840
    This reply has been marked as private.
    #413954

    Hey!

    Please feel free to request such mobile menu here – https://kriesi.at/support/enfold-feature-requests/

    You can add following code to Quick CSS and switch to mobile menu earlier

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

    Rating and/or comment section would be the place to leave a review i believe – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)

    Cheers!
    Yigit

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