Archived topic
Creating equal hight rows
6 replies · Started by Carsten on January 22, 2019
Hi there, I am using the members loop 3 column layout under Buddypress Nouveau. The problem is that the hight of each row of members are not equal because some cells in the row has an extra line.
This causes emty spots in the rows in some screen sizes, because the unequal cells does not fit in.
How can I create equal hight rows?
Please let me know if you need access to my site.
Regards
Carsten
Hi there,
can you provide a password to the site so we can see what the problem is?
Yes I can, is this a private forum?
You can send it via the Account Issue form here:
https://generatepress.com/contact/
Please add the URL of this topic so we can track
That is the big problem with floated grids. The easiest solution would be to set the min height of the content like so:
.buddypress-wrap .grid.bp-list>li .list-wrap {
min-height: 440px;
}
Hi David, thanks a lot, sometimes the easiest solution is the one, which is working best, like in this case.
Regards
Carsten
Glad to be of help.