I would like to remove the search on each page. I do not have a need to keep this on the pages. What do I have to delete in the code to get rid of these? Please be very specific as to what I need to delete as I don’t understand code. Thanks so much for your help. Greatly appreciated.
You can add a blank text widget to the sidebar but that would still leave an empty space. If you want the content to span full width you’ll have to hack into style.css and change the width of #content to 940px
#content {
float:left;
width:100%;
margin:0;
margin-right:20px;
}
I edit this post to extend even into the left side of the site where the command was looking?