Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

ipad media query problem

Home / Forums / Virtue Theme / ipad media query problem

This topic is: Not a support question
[Not a support question]
Posted in: Virtue Theme

Tagged: ,

January 8, 2018 at 4:50 am

Hi Ben/Hannah

This problem wasn’t originally on three of my sites and I’m not sure exactly when it arose. But it did, by itself.

I don’t over-ride the Virtue CSS media query trigger points anywhere on these sites at all, but both the main menu and the mobile hamburger started appearing together on full laptop screens. You can see an affected staging site here:

I can get rid of the unwanted hamburger by using, say,

———————-

@media screen and (min-width: 990px) {
.nav-trigger {
display: none;
}
}

———————-

But this produces another problem. No menu at all appears on an an iPad in landscape orientation. Ajusting the 990px pixel figure up or own (to 1024px for instance) makes no difference.

Any clues?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.