make a backup copy of all theme files before editing
a:
search through all templates for ‘get_sidebar()’ and remove this.
b:
edit style.css of your theme;
find:
div#content {
margin:0 310px 0 0;
}
to expand the pages,
change to:
div#content {
margin:0 0px 0 0;
}
c:
to center the pages,
change to:
div#content {
margin:0 auto; width:600px;
}
change the width to your needs.
Thread Starter
cscan
(@cscan)
Thank you very much the result was PERFECT!!
Hi,
I’m having the same problem, and was able to remove the sidebar, but my style.css doesn’t have the div#content{} element, so I can’t find a way to spread the rest of the content.
The size of the content seems to be determined dynamically by functions within the .php files, but I can’t find where to edit them.
Thanks,
Edward
Thank you alchymyth !
Worked perfect