Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
I've purchased the template AS002042 and I would like the left column to be enlarged. Could you help me for this ?
Thank you,
MD
The sidebar width you can change using the template parameters -> general configuration parameters -> sidebar width.
Regards, AS Team.
Thank your for your help.
If I want a sidebar width larger than 300 px, how can I do that ?
Murielle
You have to make changes in the templateDetails.xml file. Please find the following field and add/change values (lines 160-186):
<field name="sidebar_width"
type="list"
default="230"
label="Sidebar width"
description="Select sidebar width here">
<option value="200">200</option>
<option value="205">205</option>
<option value="210">210</option>
<option value="215">215</option>
<option value="220">220</option>
<option value="225">225</option>
<option value="230">230</option>
<option value="235">235</option>
<option value="240">240</option>
<option value="245">245</option>
<option value="250">250</option> <option value="255">255</option>
<option value="260">260</option>
<option value="265">265</option>
<option value="270">270</option>
<option value="275">275</option>
<option value="280">280</option>
<option value="285">285</option>
<option value="290">200</option>
<option value="295">295</option>
<option value="300">300</option>
</field>
Regards, AS Team.