Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] members-loop gap issue

Viewing 3 replies - 1 through 3 (of 3 total)

  • @mercime
    Keymaster

    @mercime

    @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

    @caspergrimaldi

    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
    Keymaster

    @mercime

    @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