Height of module depends from content. As you see some of them have less content and height is smaller. You can try add own suffix to modules for example " height1" and add this to override.css
- Code: Select all
.box.height1 {
height:200px !important;
}
and set your own value. It will let you set same height for modules with this suffix. Remember to enable override.css option in template settings.