Dear dejansu,
Please open file ja_mageia/index.php and cut line 102
<h1 class="logo"><a href="index.php"><?php echo $JAconfig->template; ?></a></h1>
past up line 134 as follow :
<div id="ja-newsflash">
<h1 class="logo"><a href="index.php"><?php echo $JAconfig->template; ?></a></h1>
<jdoc:include type="modules" name="user5" style="xhtml" />
</div>
Please open file ja_mageia/css/template_css.css and edit style line 825 as follow :
h1.logo {
font-size: 300%;
display: block;
margin: 0;
/* float: left; */
padding: 0;
width: 218px;
height: 48px;
margin-top: -48px;
}