Reply 224642 to: Menu items under 1366×768 screens

Avatar: Rose Tyler
Rose Tyler
Support staff
November 8, 2019 at 17:21

Hello,

Mobile menu starts from 992px. If you want to change this breakpoint it requires a lot of additional style customization. But you may add this code in custom CSS:

.header-vertical-enable .page-wrapper .header-type-vertical2 {
    max-height: 100vh;
    overflow: auto;
}

it will add scroll on the left side menu.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.