• Resolved termsb

    (@termsb)


    Okay so I’ve done some searching on how to remove side bars and none of them worked for my theme. Basically there is a sidebar on the right that leaves just a blank space that I’d like to just simply not be there.

    The site is https://termsb.freecp.net/wp/.
    This is the theme preview site if that helps https://wp-themes.com/piggie-bank/

    Thank you in advance as I see that this is a very helpful community.

Viewing 1 replies (of 1 total)
  • Goto your style.css and look for

    #content-left {
    float:left;
    padding:15px;
    width:550px;
    }

    Change the width to like 880px.. play around until you’re happy ??
    Also if you want to clean up code even further remove, since you don’t need it no more.

    <div id=”content-right”> </div>

    I am writing a bunch of wordpress tutorials, so if you need help give my site a browse or contact me for specific ones.

    [signature moderated Please read the Forum Rules]

Viewing 1 replies (of 1 total)
  • The topic ‘Another How to Remove Sidebar Thread. =[’ is closed to new replies.