Re: Changing Width of Footer Columns

#866
admin
Participant

Hello Lotus,
Here is the guide to make Contango Footer Columns with Equal Width,

– Open “contango/lib/utils.php” in your favorite editor.
– Search for id=”footer_sidebars” ~ Line Number: 578
– Find these classes,

class=”five columns”
class=”five columns”
class=”six columns”
[/CODE]

– Replace with,

[CODE]class=”one-third column”
class=”one-third column”
class=”one-third column”[/CODE]

It will give you three equal footer columns with 300px width.

Enjoy![CODE]class=”five columns”
class=”five columns”
class=”six columns”
[/CODE]

– Replace with,

class=”one-third column”
class=”one-third column”
class=”one-third column”[/CODE]

It will give you three equal footer columns with 300px width.

Enjoy![CODE]class=”one-third column”
class=”one-third column”
class=”one-third column”[/CODE]

It will give you three equal footer columns with 300px width.

Enjoy!