04/09/2019 at 9:14 am
#489194
Keymaster
@ Ellen
Sorry, no, there is not a way to do this presently. This would require some javascript code to evaluate the height of each, find the tallest and set the min-height on all the others.
One thing you could do is use the browser Inspector and found the height of the tallest one and then add bit of custom CSS to set the min height. This would not be dynamic so you may have to tweak it from time to time.
Here’s an example of the required custom CSS:
#cn-gridder .cn-gridder-overlay {
min-height: 75px;
}
You would add this to the theme’s custom CSS area, generally located in the Customizer.
Hope this helps, let me know.
