<em>@jochite 382780 wrote:</em><blockquote>How can disable middle.left position 1 not usually I use this template?
Just would want in the part of maintaining content-main content position covering 65% and middle-rigt for the rest.
A greeting…</blockquote>
This way will help you to do that
Open templates/ja_purity_ii/etc/layouts/default.xml file
From
<blocks name="middle" colwidth="20">
<block name="left1">left</block>
<block name="right1" style="jarounded">right</block>
</blocks>
Change to
<blocks name="middle" colwidth="35">
<block name="right1" style="jarounded">right</block>
</blocks>
Always remember to clear cache from the Admin area after apply any changes and let me know if it helps