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 and Secondary Menu

Home / Forums / Virtue Theme / iPad and Secondary Menu

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 30, 2016 at 1:08 am

Hi Folks,

I am trying to implement a menu structure where the desktop primary and secondary menus show on an iPad.

To achieve this I am using this code to get the primary menu to stay up and to the right of the logo;


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

I have also implemented a secondary menu and the problem I have is that it views fine in portrait mode on iPads but disappears in landscape mode. Can you tell me what I am doing wrong?

the URL is cookhamjewellers.co.uk

Many thanks

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