How Can I Extend A Block Or Module In A Joomla Column To Fit 100% Of The Page?
December 31, 2009 under FAQ
My blocks are green, I made the template in artisteer but the green only extends as far as the end of the module in the column and not to the bottom of the page. I really want the whole column to be green. How can I do this? Is there a way without playing with too much css?
Search more about How Can I Extend A Block Or Module In A Joomla Column To Fit 100% Of The Page?:




you have to do that by the css
try this:
when u add the new table or div to or how u did in ur template
go to the css and add those to it with the think you need
When you say blocks i guess you mean modules ? Yes the simple way to do this is open up the module you wish to change you should see a tab called (module class suffix)
What you will need to do in your case is. Find the hex code of the colour green (e.g) 000000
Then in the box type (e.g)
body {colour} 000000
This will make the whole module position turn white. If you want it to fit your colours perfect you can search through your template css file and find the correct hex codes there. Or you can simply use a colour detector like i do. Just hover over any colour with the mouse and it gives you the hex code. You can basically change your whole template this way. Try http://projoomla.info/ they have some interesting template tools