So you can use banners from heading and footer. You can find the code here: includes/templates/template_default/common/tpl_main_page.php where you delete code of banners... like: <?php
if (SHOW_BANNERS_GROUP_SET1 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET1)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerOne" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
and paste to main page code in includes/templates/template_default/templates/tpl_index_default.php
preferable under the code: <h1 id="indexDefaultHeading"><?php echo HEADING_TITLE; ?></h1>
to have the banners upsite.. I hope it will help you!! Than you will configure only css style. you can see resilt on page https://www.florbalnet.cz