GetSimple Support Forum

Full Version: how to disable Sidebar ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear Experts,

I would like to disable sidebar, i don't want it anymore. how could i.

Thanks

Sagheer
Not sure what you are meaning, but you could always remove it from template.php and modify the style.css to adjust for it.
?yes i want to remove it. how to do this ?

can you explain it ?]

Thanks
Sagheer,

first you have to tell us which theme you use
then we can tell you which part of the template you have to delete (and which CSS should be changed maybe)

but the best would be that you check the list of themes in the theme repository, http://get-simple.info/extend/all_themes.php

if you are new to all of this the best suggestion would be to use a theme without sidebar from the beginning
Dear,

I'm using default innovation theme....... i have adjusted from CSS but if is there any way to get rid of from side bar then tell me otherwise thank you sooo much .

Sagheer
Hi Sagheer,


change line 127 of style.css to the follwoing..

Code:
article {
float: left;
width: 960px;
min-height: 800px;
background: white;
border-bottom: 1px solid #C8C8C8;
border-left: 1px solid #E4E4E4;
border-right: 1px solid #C8C8C8;
}

and remove the <aside> tag from the template file..


Mike