Hi all, I am currently updating a website. I am struggling with a theme in wordpress. I believe it has come down to my extreme lack of .php knowledge.
I have a theme with a right sidebar. I have a few pages that I would like to remove the sidebar.
I have created a new .php page and have removed the sidebar. I am using this as a second theme within the first theme. I added this code:
<?php /* Template Name: New Template Name
*/ ?>
It is working as far as removing the sidebar. The problem I am having is that the content still thinks the sidebar is there and will not stretch across the page.
http://colortude.com/ <--- with sidebar
http://colortude.com/shop/ <--- without sidebar
any help would be greatly appreciated.