<?php defined('C5_EXECUTE') or die("Access Denied."); $this->inc('elements/header.php'); $nav = Loader::helper('navigation'); ?> <div id="header-image"> <div class="grid_24 alpha omega" id="featured-image-full"> <?php if ($c->isEditMode()) { print '<br><br>'; $a = new Area('Thumbnail Image'); $a->display($c); } ?> </div>
<?php $a = new Area('Main'); $a->display($c); ?>
...to here:
Then in your new copy of the theme, edit the "blog_entry.php" file, and change this:
...to this:
And change this:
...to this:
You might also need to move that whole "right-sidebar-content" div down so it's below the "main-content-container" div... but maybe not.
Good luck!
-Jordan