[Resolved] Creating equal hight rows

Home Forums Support [Resolved] Creating equal hight rows

Home Forums Support Creating equal hight rows

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #788670
    Carsten

    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

    #788774
    David
    Staff
    Customer Support

    Hi there,

    can you provide a password to the site so we can see what the problem is?

    #788834
    Carsten

    Yes I can, is this a private forum?

    #788839
    David
    Staff
    Customer Support

    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

    #789105
    David
    Staff
    Customer Support

    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;
    }
    #789116
    Carsten

    Hi David, thanks a lot, sometimes the easiest solution is the one, which is working best, like in this case.

    Regards
    Carsten

    #789195
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.