Quote Originally Posted by buyscripts View Post
For removing side bar you need to edit the files in template folder.

Example : If you need to remove the sidebar from home page

Edit index.tpl file and remove the code starts with <div id="sidebar">

Also edit style.css and modify like

#content {
margin:0 auto;
width:760px;
}
How do you get rid of them on vShare 2.6?

I don't see that tag in index.tpl on a 2.6 install. Please advise, thanks.