Hi
You can customize a bit here.
1/ Open file: /templates/ja_mono/tpls/blocks/header.php
Before the closing tab of header, add this code:
<?php if ($this->countModules('languageswitcherload')) : ?>
<!-- LANGUAGE SWITCHER -->
<div class="languageswitcherload" data-ajax-block="block-language-switcher">
<jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
</div>
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>
2/ Add this custom css:
.t3-header .languageswitcherload {
margin-top: 20px !important;
}