Equal module height?

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Sun Apr 24, 2011 6:59 pm
Is there a way to make sure each module on my main page is of equal height? I don't see an option for it in the template settings, and want to make sure I do it correctly

thanks!
User avatar
Fresh Boarder

Konrad M
Wed Apr 27, 2011 6:39 am
Hi
I suggest make new suffix and give it some height in px. Then add suffix to modules.
User avatar

GK User
Wed Apr 27, 2011 6:43 am
The best solution is create own suffix with "min-height" css property or with bottom padding.
User avatar
Platinum Boarder

GK User
Tue May 10, 2011 4:09 pm
How to do that?
User avatar
Fresh Boarder

GK User
Tue May 10, 2011 4:51 pm
Hi

What he means is that you can create some height classes and apply the suffix it on each module.

For example:

Code: Select all
.max-height100 .moduletable_content {max-height: 100px;}
.max-height150 .moduletable_content {max-height: 150px;}
.max-height200 .moduletable_content {max-height: 200px;}
.max-height250 .moduletable_content {max-height: 250px;}


If you add "[space]max-height100" suffix to the module, it will not pass thought 100px.

cheers ;)
User avatar
Platinum Boarder


cron