guap
Hi
open "/html/com_content/article/default.php" in template "ja_magz_ii".
FInd and move the code below the title code
<!-- Aside -->
<?php if ($topInfo || $this->print) : ?>
<aside class="article-aside clearfix">
<?php if ($topInfo): ?>
<?php echo JLayoutHelper::render('joomla.content.info_block.block', array('item' => $this->item, 'params' => $this->params, 'position' => 'above')); ?>
<?php endif; ?>
<?php if(!empty($this->print)) :
echo JHtml::_('icon.print_screen', $this->item, $params);
endif;
?>
<?php echo $this->item->event->afterDisplayTitle; ?>
</aside>
<?php endif; ?>
<!-- //Aside -->
Here http://prntscr.com/qwqvto