1. Hec
  2. Free Templates / Extensions
  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.

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. Free Templates / Extensions
  3. # 1
  • Page :
  • 1


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