Adjust minimum Module height

Joomla template for easily build sports magazine website with advanced content display features and clean, unique design.
GK User
Mon Apr 08, 2013 5:21 pm
Hello,

where can I adjust the minimum module height?
I created a custom html module and I dont want the module to have bottom padding.

is there a setting or do I have to go to a css file? If yes which one?
class .box is correct I suppose?

Best regards and thanks in advance,

David
User avatar
Junior Boarder

GK User
Mon Apr 08, 2013 6:41 pm
Hi,
you have to use: min-height

I suggest to add suffix " mini" to module, then in template.css add:

Code: Select all
.mini  { min-height:200px }


or in template "CUTSOM CODE CSS" field, see attachment.

More info: http://www.w3schools.com/cssref/pr_dim_min-height.asp
User avatar
Platinum Boarder

GK User
Tue Apr 09, 2013 4:04 pm
Forgot to thank!

THANKS!
User avatar
Junior Boarder


cron