Hi karca
You can open the index.php file of template: /templates/light_church/index.php
At approx line 899, you will see this snippet of code which renders the position that the 'From the blog' is showing:
<?php if ($s5_pos_below_columns_1 == "published") { ?>
<div id="s5_below_columns_1" class="s5_float_left" style="width:<?php echo $s5_pos_below_columns_1_width ?>%">
<?php s5_module_call('below_columns_1','round_box'); ?>
</div>
<?php } ?>
Then move this snippet of code to the place you want.