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

Menu mobile > on the left

Home / Forums / Pinnacle Theme / Menu mobile > on the left

This topic is: Resolved
[Resolved]
Posted in: Pinnacle Theme
August 21, 2015 at 12:53 am

Hello,

I have a new challenge :/ I would like to put the mobil/tablet menu on the left.

I have tried the code below. It works when I reduce my nav window on my desktop, but it does not work on tablet or mobile…


@media
(max-width: 992px),
(max-width: 992px) AND (max-height: 800px) { /* Menu Mobile */
.mobile-nav-container { /* Container */
width: 100%;
padding: 0px;
margin: 0px;
}
.mobileclass { /* Drop-down menu */
text-align: center;
}
#kad-shrinkheader { /* Shrink menu > container */
width: 100%;
padding: 0px;
margin: 0px;
}
#kad-shrinkheader .col-sm-4 {
width: 100%;
}
.nav-trigger .nav-trigger-case {
float: left !important;
}
}

Thanks four your help !

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