GetSimple Support Forum
how to disable Sidebar ? - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: how to disable Sidebar ? (/showthread.php?tid=2438)



how to disable Sidebar ? - sagheer - 2011-11-27

Dear Experts,

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

Thanks

Sagheer


how to disable Sidebar ? - lordzero - 2011-11-27

Not sure what you are meaning, but you could always remove it from template.php and modify the style.css to adjust for it.


how to disable Sidebar ? - sagheer - 2011-11-27

?yes i want to remove it. how to do this ?

can you explain it ?]

Thanks


how to disable Sidebar ? - Connie - 2011-11-27

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


how to disable Sidebar ? - sagheer - 2011-11-28

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


how to disable Sidebar ? - n00dles101 - 2011-11-28

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