1. Hec
  2. Commercial Templates
  3. Sunday, 08 July 2012
  4.  Subscribe via email
Hi
I need to edit the height of the modules, I have added min-height:100px where ever I find .module in the css; but they stay the same height. :unsure:

I need to reduce the height so that there isn't so much space in between them.
Here is the page displaying the gap at the bottom of the module.
http://www.indiodesigns.com/index.php/packs-pricing
Thanks Hec
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Hec

The module height automatically adjusts to the highest module within that area. To disable this remove the following from your templates scripts.php (../templates/j51_oxygen/php/scripts.php)...

<!-- Equalize Contentbottom Module Heights -->
<script type="text/javascript" >
window.addEvent('domready', function () {
var columnizer = new Equalizer('.contentbottom .module').equalize('height');
});
</script>

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello, I've tried removing ALL equalize code in the script.php file (exept the menu code), but it doesn't work. What can be wrong?
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest setting us up with temporary FTP access to your template folder and we will examine the issue further.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


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