Hi,
I’ve read the thread about changing the lay out, did that and it works, but…. it no longer aligns with the menu
how can i change that to a normal setting?
If you want to show left, main content and right, you can change this way
Open templates/ja_mendozite/etc/layouts/default.xml file
From
Code:
<blocks name=”middle” colwidth=”33″>
<block name=”right1″>left</block>
<block name=”right2″ width=”25″>right</block>
</blocks>
Change to
Code:
<blocks name=”middle” colwidth=”33″>
<block name=”left1″>left</block>
<block name=”right1″ width=”25″>right</block>
</blocks>