duovision
Go to file: /templates/ja_autoshop/tpls/blocks/mainnav.php
At approx line 67:
<div class="pull-right hidden-xs hidden-sm hidden-md t3-navbar-info <?php $this->_c('navbar-info') ?>">
remove the classes: hidden-xs hidden-sm hidden-md
Then add this custom css:
@media (max-width: 576px) {
.navbar-header {
float: left;
}
}
to the file: /templates/ja_autoshop/css/custom.css (Create this file if it doesn't exist)