Thanks for your help. I went through catalog.xml and deleted all blocks marked “left”, but the newsletter box is still loading on that side, even though it’s also appearing on the right.
I checked the CMS block and there’s no way to indicate that it should be in either column, so it’s showing up some other way.
One thing you can do is change all of your categories (indivisually) to 2 column left (admin > catalog > manage categories > (cilck on a category) > Custom Design (Page layout drop down)
Also, don’t edit the default design! You can overwrite it with your own easily. (IDK if you are doing that, just wanted to point that out).
However, the best way to do this is to not edit catalog.xml, but page.xml
under <default> , edit the first block you see there:
<block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
Thank you so much. That did the trick. I didn’t want to have to edit every category because there’s quite a few of them, and then I’d also have to remember this with every new category, which made no sense this the two-column design is going to BE the default.
hello, nikefido
i want to make my magento store pages layout to 2columns-left bar except home page as default layout.i try to change page.xml but nothing happened i m using 1.4.3 version of magento.
nikefido, that doesn’t actually work for me… I have tried flushing the cache, but every time it is still 2 col with right bar. I would like it to be 2 col with left bar.
I copied page.xml into app/design/frontend/default/mytheme/page.xml and have also tried updating the base page.xml but neither seems to make a difference? Any clues as to what I might be doing wrong?