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

    Hey Guys,

    Is there a way to force the hamburger menu in a iPad when in portrait mode. See image here: http://postimg.org/image/j7yfx9fy5/

    Otherwise the site looks great on all platforms/sizes with out much adjustment!

    Thanks

    Jordan

    #272674

    Hey Jordan!

    Try adding this code to the Quick CSS:

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

    Cheers!
    Josue

    #272687

    That did it! Thanks so much! One last mobile request. How do I turn off the EasySlider Text, both headline and caption on a mobile device.

    I found this on the forums:

    @media only screen and (max-width: 480px) {
    .avia-caption { display: none; }}

    But it did not seem to work.

    Thanks!!!

    Jordan

    #272690

    Try:

    @media only screen and (max-width: 480px) {
    .slideshow_caption { display: none; }}
    

    Best regards,
    Josue

    #272692

    Terrific! That did it Thanks Josue!

    #272693

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu on iPad’ is closed to new replies.