• ipads should show normal menu but instead you get the responsive mobile menu. Thats not good for ipad devices that have a high screen resolution.

    Why does nobody offer a template out of the box that just works fine… I would prefer paying premium if I would know it works. Do premium templates work any better?

    • This topic was modified 6 years, 5 months ago by nicos22.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nicos22

    (@nicos22)

    I found the fix for ipad/iphone
    add to custom css

    @media screen and (max-device-width : 1024px) {
    .home.home-slider-off .site .iheader.ibanner .imagebg {
    background-attachment: scroll;
    }
    }

    Still need css from developer for all other background image styles.

    • This reply was modified 6 years, 5 months ago by nicos22.
    Thread Starter nicos22

    (@nicos22)

    ignore above message. Posted in wrong ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ipad iphone always show responsive menu’ is closed to new replies.