Hi, I have used this template to develop a site, you can view this on the demo link:
http://www.s217794495.websitehome.co.uk/LMedA-Mainsite/
In order to create the home page to suit the clients needs i had to change the width of the mainbody and the right column, to do this i edited the default.php file (file path ../plugins/system/jat3/base-themes/default/page/default.php)
I change Line 52 to: <div id=”ja-mainbody” style=”width:62%;”>
I also changed Line 191 to: <div id=”ja-right” class=”column sidebar” style=”width:38%;”>
The issue i am having is that if you go on to any of the other pages the mainbody’s width still stays the same as the home page even when there are no module positions published in the right position.
I have tired changing line 52 to: <div id=”ja-mainbody” style=”width:<?php echo $this->getColumnWidth(‘m’) ?>%”> but it sets the column width to 70%, im not sure where the php is getting this figure from.
Please could you help me.
Regards
Sean R.