Hi,
It’s unfortunately not built in way to automate this so you must either use custom js to sniff the height of the tallest and loop trough all the other labels in the row to set the height, or you can use this Custom CSS to set the height for this row of side-by-side fields:
#sbs_InnerTR_12345 .sbs_formLabel{
height: 55px;
}
Replace 12345 with the side-by-side index of this line – and adjust 55px to a higher number if it doesn’t line up.
Alexander