Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] members-loop gap issue

  • @caspergrimaldi

    Participant

    I was wondering if anyone could tell me how I can get rid of those big gaps that happen sometimes, between members. Instead of aligning 5 on each line, sometimes, it will only display 1 or 2, then 5 under.
    http://adauk.org/members/

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mercime

    Participant

    @caspergrimaldi Adding width, height and a float can make alignments consistent
    #members-list li {
    float: left;
    height: 150px;
    width: 120px;
    }
    Adjust to taste

    @caspergrimaldi

    Participant

    Thanky you, I love you Mercime.

    Basically, what happened is, I had that float and width etc, but it’s the “#members-list li {” that was wrong. I had “#buddypress” beforehand which is why it wasn’t working.
    All good now.

    Many many thanks

    You can mark this as resolved.

    @mercime

    Participant

    @caspergrimaldi Glad it worked out for you 🙂 Marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] members-loop gap issue’ is closed to new replies.
Skip to toolbar