Add logo in top header
You can add the logo in top header on mobile resolutions by default just adding the class mai-top-header-show-logo into the top header element, like this:
<html lang="en">
<body>
<nav class="mai-top-header mai-top-header-show-logo navbar navbar-full navbar-inverse navbar-fixed-top">
<!-- Top bar -->
</nav>
<div class="mai-wrapper">
<div class="navbar mai-sub-header">
<!-- Sub header menu -->
</div>
<div class="main-content container">
<!-- Main content -->
</div>
</div>
</body>
</html>