tuffcris
Hi,
You meant the module on 'topbar-message' position?
Try going to file: [root]/templates/ja_shoe/tpls/blocks/topbar.php
and remove the class: hidden-xs hidden-sm in this code:
<?php if ($this->countModules('topbar-message')) : ?>
<!-- TOPBAR MESSAGE -->
<div class="topbar-message hidden-xs hidden-sm">
<jdoc:include type="modules" name="<?php $this->_p('topbar-message') ?>" />
</div>
<!-- //TOPBAR MESSAGE -->
<?php endif ?>