1. ncarota
  2. Commercial Templates
  3. Sunday, 16 December 2012
  4.  Subscribe via email
Hi I'm working with the digital empire template.

I'm trying to find a way to set the min height for a module. I want all the modules on a centrain level to be consistent across the page.

How do I set this up using the module class suffix option in joomla?

Thanks,
Nick
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Nick

Would you have a URL to an example of your modules?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I do, sorry for forgetting.

I'd like all three modules at the bottom to have the same height.

http://qosserver.com/home/
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following CSS to the end of your templates template.css (../templates/j51_digitalempire/css/template.css)...

[code type=css].moduleblock3 .module_content {min-height: 85px;}[/code]
Where 85px is your min-height for this line of modules.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
That worked great, thank you.

How would I do this for the top modules?


.moduleblock1 .module_content {min-height: 85px;}
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
For your top modules try...

[code type=css].moduleblock2 .module_content {min-height: 150px;}[/code]
Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!