• Resolved dadijensson

    (@dadijensson)


    Hi, I´m using a child theme of twentyseventeen, but the mobile menu does not work on ipad in portrait mode. Can you help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to show us your website.

    Thread Starter dadijensson

    (@dadijensson)

    Hi, it´s this one.
    I´m messing a bit with the menu font so nevermind that, but still having problems with ipad portrait mobile menu coming up.

    http://aronisak.is/

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I checked the theme’s demo and the mobile menu was never triggered on tablet portrait, is this a new feature you had working on your site before? How?

    Thread Starter dadijensson

    (@dadijensson)

    I´m using a child theme made by someone else, it´s called delect pro.
    Is there a way to trigger the mobile menu on tablet portrait?
    Didn´t work before no.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, but I fear it’ll take a lot of CSS modifications to achieve.

    You need to override the theme’s styles (in your Child Theme style.css file) for the navigation that appears in the ‘@media screen and (min-width: 48em)’ query.

    Then you need to take everything inside that same ‘@media screen and (min-width: 48em)’ query from the parent theme, put it inside your Child Theme style.css file and then change “48em” to “49em” (inside your Child Theme style.css file).

    Thread Starter dadijensson

    (@dadijensson)

    Ok, excellent, thank you very much for this info and the help. Now I have a mission tonight 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Mobile Menu’ is closed to new replies.