View Single Post
  #1  
Old 06-21-2009, 03:53 PM
beleafer beleafer is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 6
Default Sidebar alignment

I will confess I am a newbie to this - so be gentle! The problem I am having is that I can't get the left and right sidebars to align under the main sidebar. I am trying get them all the way to the right.

My page is http://thecompasschurch.com/wordpress/

And here's the code I am working on ...

<?php
/*
Template Name: Blog2
*/
?>

<?php get_header(); ?>

<div id="content">

<div id="contentleft">

<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>


</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>


<?php include(TEMPLATEPATH."/sidebar_left.php");?>
<?php include(TEMPLATEPATH."/sidebar_right.php");?>


</div>
</div>
</div>





<?php get_footer(); ?>