1. Open index.php and comment out this line, like so:
PHP Code:
<?php //include (TEMPLATEPATH . '/r_sidebar.php'); ?>
2. Open style.css and add the width (310px) and padding (25px) of the sidebar to #content, like so:
Code:
#content { width: 815px; padding: 0 0 0 30px; float: left; }

Originally Posted by
ceejski
Hi, I have "cutline 1.4 3-column" in wordpress 2.8.4 and i would like to create a custom page-template that contains my header, footer, back-ground jpg, left-sidebar only, plus my html. Easier said; I want to strike the right-sidebar completely and have my main html column use that space on one page. As simple as that might be i can't find anything in the way of how.
my site >
http://songworx.com
Thanks for your time. Cutline rocks!
Bookmarks