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

Remove Hamburger Menu on Ascend

Home / Forums / Ascend Theme / Remove Hamburger Menu on Ascend

This topic is: Resolved
[Resolved]
Posted in: Ascend Theme
October 6, 2019 at 1:31 pm

Hiya,

I am trying to suppress the switching (or lower the point of change) from desktop menu to mobile hamburger menu on a landscape iPad in Ascend. The following code was great for virtue. Is there an equivalent to this for ascend?

@media (min-width: 768px) {
.mobile-nav-trigger-id {
display: none;
}
#nav-main ul.sf-menu, #nav-main-sticky-wrapper {
display: block;
height: auto !important;
}
}

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