• I am using the Small Business SEO 1.0.3 theme. I am not using the side bar and would like to remove it but is there a way to center my pages so there isn’t a wide empty column on the right? My site is jackswelding.net.
    I know a little about code but not alot. I can add and remove if I know exactly what needs added or removed and where. Please help me if you can.

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove side bar’ is closed to new replies.