Your Text Here
Home arrow Features arrow Custom Column Widths
Custom Column Widths PDF Print E-mail
You choose the widths of the left and right columns. Simply enter the pixel width for each column and the your main Joomla content will automatically re-orientate itself to the column widths.

Setting the widths is cake, in Joomla 1.0.x just open up your index.php and look for the following lines of code:

//What do you want for left column width?
    $s5_left_width = "200";

//What do you want for right column width?
    $s5_right_width = "232";


In Joomla 1.5 you can set the widths of the columns in the template parameters section of the Joomla admin.
 
< Prev   Next >