Shape 5

Joomla Templates => Basics - Club => : oddyeti August 20, 2011, 11:48:46 PM



: Fix width of below_body_1
: oddyeti August 20, 2011, 11:48:46 PM
Hey there, back to my problems

Is there a way to fix the width of the below_body_1 so that in my 900+ pixel template, i have the below_body_1 being one third, so 300 px width and the below_body_2 adjusting to the rest of the length...

check out the issue at www.socialtours.com now when the content is too less for the half half that it adjusts too when you turn on only two modules.

Cheers

Raj


: Re: Fix width of below_body_1
: mikek August 22, 2011, 08:48:22 AM
Hello,

You'd have to edit the template's index.php file and search for:

<div id="s5_below_body_1" style="width:<?php echo $below_body2 ?>">

Just replace the php width call with your own:

<div id="s5_below_body_1" style="width:600px">

And then do the same for any other positions.