remove sidebar.php from the theme directory
There’s still a grey box and now theres an error message ( http://www.ges-net.com/wp/ to see)
Remove the call(s) to the sidebar. Look for stuff like <?php get_sidebar(); ?> in your other theme pages.
Yeah, I’ve got rid of them and it still wont work :(. Would somebody please make a template based on the default one but with no header or sidebar. Thanks.
Well, I don’t see any errors on your site now. Sounds like you want to go find yourself a lean one-column theme. Perhaps look over the many themes here: http://themes.wordpress.net/
in your style.css there’s probably something like
#sidebar {
width: 180px;
float: right;
background: #eee;
}
Remove that, and any other CSS rules with #sidebar in them.
resiny, that doesn’t help with the K-nightmare.
gesiwuj, what you think is a “sidebar, it’s the background image of that theme:
http://www.ges-net.com/wp/wp-content/themes/default/images/kubrickbg.jpg
Get a normal theme.
Ah, OK, thankyou very much! Can I just crop off the grey bit of the background in Photopshop?