Hello.
Unlike in Teline II where the width of each module position or block layout, is specified either in % or numeric pixels in the CSS, in Teline III usually the width is defined as follows, in this example:
<div id="ja-main" style="width:<?php echo $this->getColumnWidth('m') ?>%">
Where do I find all the width information?
What I wanted to change include the following:
- the total width of the entire page***
- the relative width of the “Main” (main.php) and the “Right” (right.php) positions so that it would approximate the total width of the entire page (main.php + right.php)
as required in the above example script.
Also, is it possible to change the relative with of the two columns in the JA News Frontpage. That is, the width of the Feature articles would be wider than the other frontpage articles?
Thanks in advance.
Cornelio
***This should be the same as the width of the “header” (header.php). “footer” (footer.php), and other whole oage span the position modules (botsl.php, topsl.php, mainnav.php. etc.)