Hello,
Each module have it's own height consistency to have the same height for his subcontainer.
Your solution is to add some css commands in order, follow me step by step :
1. Have a look on this documentation to see how to proceed,
here
2. Add a command to define the same height for each module sub container
=> Add this command :
#hikashop_module_136 .hikashop_subcontainer.thumbnail {
height: 378px;
}
3. As a little bonus, in order to have all your add to cart button vertical align :
=> Use this command :
#hikashop_module_137 span.hikashop_product_name, #hikashop_module_136 span.hikashop_product_name {
height: 96px;
}
See my screenshot to complete the idea :
Regards