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

How to show full mobile menu on IPad in Lanscape Mode.

Home / Forums / Virtue Theme / How to show full mobile menu on IPad in Lanscape Mode.

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 16, 2015 at 9:40 am

Hello Ben. How can I substitute the Primary Menu for the Mobile Menu in the code below? I created a mobile menu with less links and I wanted it to show fully instead of mobile view in landscape mode on the iPad instead of showing the primary menu.


@media
(min-width: 992px) {
#nav-main ul.sf-menu, .nav-main ul.sf-menu {
display: block;
}
#nav-second ul.sf-menu {
display: block;
}
#kad-mobile-nav {
display: none;
height: auto;
}
#mobile-nav-trigger {
display: none;
height: auto;
}
header #nav-main, header .nav-main {
margin: 4px 0;
}
}

Thanks.

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