Tagged: column, text field
Hi,
I have two different columns (each 1/2, and grey background color) right next to each other, and i set the height to be the same.
Now i added text fields in each of them, but the text length differs. Therefore I have an empty space under the shorter text field, which i don’t want to have. What can i do so that the text field expands all the way to the bottom of all columns in this row?
Best regards,
Sebastian
Hey Misantaller,
Please try the following in Quick CSS under Enfold->General Styling:
.home .av_promobox {
min-height: 350px;
}
Best regards,
Rikard
Hi Rikard,
Thank you for your answer. Unfortunately it doesn’t fix the problem sufficiently. Now all boxes with more text have a long white space at the bottom and the ones with shorter text still don’t fit all the way. :/