We are using the RENEW framework and have a left side menu. on iPad, we do not want to display the full menu but use the hamburger menu as seen on mobile (portrait mode)
Does anyone have some code to make this happen? We were using the following code and it was not working:
/*adjust breakpoint for showing mobile menu on PC, iPad display*/
@media (max-width: 1240px) {
a.x-btn-navbar {
display: inline-block;
float: right;
}
.x-nav-wrap.mobile.collapse.in {
display: block;
}
.x-nav-wrap.desktop {
display: none;
}
} .
Can send creds in separate message