I know Henning is mega busy this month so I will try and live up to his high standards for you all. :cheesy:
I have just tested this step by step and it works for me on rt_tachyon_j16
Download the attached zip file. Unzip it and then upload the file - mywidth.php - to your features directory in the template. For most people this will be via ftp to /public_html/your.domain/templates/rt_tachyon_j16/features
Now open the /templates/rt_tachyon_j16/template-options.xml file and look for the code at line 117....<fieldset name="features" label="FEATURES">
<field name="viewswitcher-priority" type="hidden" default="1"/>
<field name="logo-priority" type="hidden" default="2"/>
<field name="copyright-priority" type="hidden" default="3"/>
<field name="styledeclaration-priority" type="hidden" default="4"/>
...and insert this code - <field name="dyngrid" default="60" type="text" class="text-short" label="mywidth"/> - so the file should now look like this...<fieldset name="features" label="FEATURES">
<field name="dyngrid" default="60" type="text" class="text-short" label="mywidth"/>
<field name="viewswitcher-priority" type="hidden" default="1"/>
<field name="logo-priority" type="hidden" default="2"/>
<field name="copyright-priority" type="hidden" default="3"/>
<field name="styledeclaration-priority" type="hidden" default="4"/>
Please note that the default is set to 60px, which is the same setting as the current template.
Upload the amended file to replace the original.
Now go to Joomla admin and select the rt_tachyon_j16 template and go to template admin. In the features tab you should now have an option called mywidth and it should be displaying the 60 width.
This image is hidden for guests.
Please log in or register to see it.
Just change the width to suit your needs and then apply. Remember that there are 12 columns so if you set the column width to 100 then you will deliver a screen width of 1200px.
Hope this helps