Hello,
This is Definitely Possible. Please consider using the following CSS Code:
@media (max-width: 991px) {
#header,
#header-wrap,
#logo,
#logo img { height: 50px; }
#primary-menu-trigger { top: 0; }
#top-search a,
#top-cart,
#side-panel-trigger {
margin-top: 15px;
margin-bottom: 15px;
}
#top-search form { height: 50px !important; }
#top-cart .top-cart-content { top: 35px; }
}
This will definitely work fine.
And for an Alternate Mobile Logo, simply add the data-mobile-logo="demos/media-agency/images/logo-mobile.png" attribute to the Logo img Tag.
Let us know if we can help you with anything else or if you find any further issues.