nasri 0 Report post Posted May 25, 2010 Hey Guys, I want to remove the sidebar on my page (www.premierleaguetreff.com) completely so that the content is bigger and go beyond the sidebar. As you can see I've already removed the sidebar on "news" on my page, but the column for the sidebar is still available. However, I want to remove the column where the sidebar was in before completly, so that the news are over the whole content. Can someone help me and say how I can remove the complete colum of the sidebar so that the newscontent goes over the whole content of the page? Sorry for my not perfect english, i'm french and live in Germany Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 25, 2010 Hello, You can add some custom css. Enter it in the space provided in the theme options > custom code area place this: `#maincontent {width:960px;}` Share this post Link to post Share on other sites
nasri 0 Report post Posted May 27, 2010 Hello, Thank you very much for your help. It looks good, but can I remove this white stripe there? Look at: http://www.premierleaguetreff.com/?page_id=17 Then I have another question: Can I change that so, that the text in the news is always there where now the white stripe is? Thanks in advance M.Stringa Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 27, 2010 Sure, just a touch more CSS then ` #content {background-image:none;} .post-excerpt {width:750px;} ` The width can be whatever you want. Share this post Link to post Share on other sites
nasri 0 Report post Posted May 30, 2010 It works perfect! Thank you very much Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 1, 2010 Good to hear cmunns got that solved for you. Thanks, Bryan Share this post Link to post Share on other sites