Jump to content
Sign in to follow this  
nasri

Remove sidebar completely?

Recommended Posts

nasri

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 :D

Share this post


Link to post
Share on other sites
cmunns

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

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

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

It works perfect! Thank you very much :)

Share this post


Link to post
Share on other sites
bryan-hadaway

Good to hear cmunns got that solved for you. Thanks, Bryan

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×