• Sherry22

    (@sherry22)


    Hello, I am trying to style the menu for ipad views using my regular media queries below and I can’t turn off the toggle menu and display the regular primary menu. Is there a way to do this with this theme?

    /* For portrait layouts only */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait)

    /* For landscape layouts only */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape)

The topic ‘ipad menu’ is closed to new replies.