Open YOUR-DIR/templates/ja_teline_iv/blocks/top-mega.php
Copy and Remove all code.
Open YOUR-DIR/templates/ja_teline_iv/blocks/topbar.php
Change:
<?php if($this->countModules('headlines')) : ?>
<jdoc:include type="modules" name="headlines" />
<?php endif; ?>
With your code has been copied!
Then remove
<?php $this->genBlockBegin ($block) ?>
and
<?php $this->genBlockEnd ($block) ?>
Open YOUR-DIR/templates/ja_teline_iv/css/template.css
Find #ja-topnav or go to line 317:
change: float: right; to float: left;
And i think you need change some more css. because height of icon more than topbar elements. But i think you can do it easy.
Remember Clean T3 Cache in backend!