4 answers
my url: http://www.velobless.dk
Please go to the file : "\app\design\frontend\default\jm_trex\layout\page. xml" in line 147,
and remove this line of code: http://prntscr.com/4nbajm
Please go to the file : "\app\design\frontend\default\jm_trex\layout\page. xml" in line 147,
and remove this line of code: http://prntscr.com/4nbajm
Okay, I removed the colum but I cant let another static block appear in the same place instead? :-/
From the Admin panel, select CMS > Pages > Manage Content.
Click to open the CMS page. Then, in the Page Information panel on the left, select Design.
In the Layout Update XML box, enter the code for the right or left sidebar, as shown in example. Change the reference name to identify either the “left” or “right” sidebar, and change the block_id to the identifer of the block to be placed.
Code for CMS Block in Sidebar
<reference name="right">
<block type="cms/block" name="right.permanent.callout">
<action method="setBlockId"><block_id>your-block</block_id></action>
</block>
</reference>
When complete, click the Save Page button.