Hi I am using drupal to run a subsection of my website, http://www.searchantigua.com/antigua/ The theme I am using is burnt, by default it is a 3 column layout but I only want two columns. How do I go about changing this.

Thanks

Comments

vm’s picture

investigate "creating regions" and rather than create a region remove the region you don't want. This will likley involved page.tpl.php and the css that is created for that sidebar in the style.css file.

you would also want to inspect the .info file of the theme to make sure that the region you are removing is removed from that file as well if also stored there (some are some aren't. Depends on the level of customization)