Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24523

    Hi there,

    the fixed menu doesn’t work as expected on the iPad: when viewed in landscape mode, it does remain fixed at the top of the window, but it doesn’t shrink in height like on desktop browser. And when you turn the iPad 90 degrees and use it in portrait mode, the menu doesn’t stick at all but scrolls up with the rest of the page.

    Is it possible to have it react the same way as on desktop browsers, regardless of the orientation?

    Thanks!

    Andy

    #123735

    Hi Andy,

    Can you provide a link to your site so I can test things on your live install?

    Regards,

    Devin

    #123736

    hey Devin, mine is doing the same thing so you can test it if you want.

    http://www.theberryeffect.com

    I tried the ” switchwidth: 768″ fix that was recommended in another post (by itself, and with different combinations of various quick css i’ve seen recommended on here). It did make the responsive dropdown menu show up in portrait, but the regular menu stays there as well. so then it becomes the dual menu issue that has also been posted which is what is shown right now. i’m on v 1.6

    i think it used to work fine on ipad portrait, but by the time i realized that it wasnt working anymore i dont know what I changed.

    #123737

    Hi Devin,

    sure, it’s on http://www.presentpro.de – thanks for checking!

    #123738

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive #top #header {position: fixed;}
    }

    I don’t know what issues this may cause however as it is currently set by the theme to not have the fixed option on tablet size. It could be a bug fix added by Kriesi or something to prevent issues on tablets but I’m just not sure.

    Either way that should force it to be fixed on tablets.

    Regards,

    Devin

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Fixed menu on iPad: not fixed in portrait mode, doesn't shrink in landscape mode’ is closed to new replies.