Hello,
This is Definitely Possible. Please consider using the following CSS Code:
@media (max-width: 991px) {
.sticky-responsive-menu #header:not(.sticky-style-2):not(.sticky-style-3) { min-height: 60px; }
.sticky-responsive-menu #header-wrap {
z-index: 199;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #FFF;
border-bottom: 1px solid #EEE;
-webkit-backface-visibility: hidden;
}
.sticky-responsive-menu #logo,
.sticky-responsive-menu #logo img { height: 60px; }
.sticky-responsive-menu #primary-menu-trigger { top: 5px; }
.sticky-responsive-menu #primary-menu > ul,
.sticky-responsive-menu #primary-menu > .container > ul {
max-height: 300px;
overflow-y: scroll;
}
.sticky-responsive-menu #primary-menu > ul,
.sticky-responsive-menu #primary-menu > .container > ul { margin-bottom: 20px !important; }
.sticky-responsive-menu #top-search a,
.sticky-responsive-menu #top-cart,
.sticky-responsive-menu #side-panel-trigger { margin: 20px 0; }
.sticky-responsive-menu #top-search form { height: 60px !important; }
.sticky-responsive-menu #top-cart .top-cart-content { top: 40px; }
}
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.