How can I enlarge the with of my content. For example on : test.vdne.nl you see by home a lot of times test. I want that my content not stops on the end of the line but go's on to the border. As you can see on my test site I now have a lot of blank space.
My other questions is that I want that my content can go endless down the page. As you can see on test.vdne.nl by the menu item Nieuwsblog you get a scroll bar. I don't want that I want that the whole page wil be showed without such an extra scroll bar.
I hope that someone can tell me what I have to change.
This empty space on the right is space for menu content. You have to remove from page.tpl; <div id="column"></div> and <div id="column2"></div>. Then open your .css file, should be default.css and change the width of #content.
If you want to get rid of scroll bar just change: body{padding-bottom:10px;} to: body{padding-bottom:0px;}