Site logo

Archived topic

Creating equal hight rows

6 replies · Started by Carsten on January 22, 2019

Viewing posts 1–7 of 7

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?

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.

This archived topic is closed to new replies.