if you want to remove the sidebar from each page and blog
change the width to 100% as below in rcol.css,and delete the sidebar option(<?php get_sidebar() ?>) in all files like page.php etc
#main {
float:left;
margin:0;
overflow:hidden;
padding:0;
width:100%;
}
@grvpande: I don’t have an rcol.css file. Any other thoughts on where it would be? And what specific item do we need to change to 100%?
@grvpande: I don’t have an rcol.css file. Any other thoughts on where it would be? And what specific item do we need to change to 100%?
can you link me to the blog, make sure the sidebar php is gone from single post, page and index.