I have a div containing elements with display set to inline-block. These contained elements have various heights. The resulting lines in the div have various heights, accord
What about using the css padding property? For Example:
padding:25px;
You can also specify: padding-right, padding-bottom, etc.