I had originally made it twelve units by deleting the slide content and just making just the entry content take up the 12 units of space. I changed it now by changing the entry content to eight units and now want the sidebar to take up four units to the right. But nothing shows up as far as the sidebar is concerned. How do I make the default sidebar show up or do I need to register a new sidebar space for just the portfolio space?
<div class="eight units entry-content">
<lots of content>
</div><!--end post-entry-->
<div class="four units alpha min_height_1">
<?php if($slider->slidecount) echo $slider->display(); ?>
</div>
http://support.curlyhost.com/collaborators/churches-families/
Above is an example of the page where I want to make the sidebar show up.
Any thoughts??