PDA

View Full Version : Mambo template modification


cigsmh
May 23rd, 2005, 07:52
Hi All,

I have found a nice template at mambohut which consists at three columns. I would like to make left column wider, but since I have no knowledge of the css files, I am not sure what parameter to change in order to do it.
Currently this column is designed to fit content. I would like to have some extra space before menus from the left side.

I am using visualcool-mod template.

Thank you,

Igor

dyrer
May 23rd, 2005, 11:05
You try changing index.php in templates/xxxxtemplate folder with your favorite html program :)

sp0om
May 23rd, 2005, 11:26
If tweaking the index file does nothing, look for the table tag that starts the column, and either the table, tr, or td tag should have something like: class="3rd column". Check the CSS file in templates/yourtemplate/css and find where .3rd column is defined, and there should be a value set for width.

Good luck :D

cigsmh
May 23rd, 2005, 12:43
Thank you guys,

I did it. I have opened index.php file in dreamweaver and just changed some property in the left and right column from auto to fixed size

Igor