Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Paul Bearne

    (@pbearne)

    yes

    do can do this
    limit to 9 avatars
    and in CSS
    set the width of the avatar container to a 1/3 and float:left of the outer container and float and you should get 3x##

    Thread Starter jessamca11

    (@jessamca11)

    thank you so much! i am not totally great at css, would you mind helping me once more with what to write for that?

    thanks again ??

    I’m looking for this too…
    Can someone please help us?

    Thanks!

    jessamca11, this code worked for me:

    .author-list img {
        float:left;
    }

    Paul Bearne, is this code fine or you have a better one?

    Thanks!

    Plugin Author Paul Bearne

    (@pbearne)

    looks good to me

    I tried to keep the CSS to min to allow sites to adjust as needed hence no setting to float left or right

    Paul

    Thread Starter jessamca11

    (@jessamca11)

    Hello! Thanks for sharing the code @divvy

    It still doesnt work for me though, the avatars are still displayed one after the other.

    @paul is there something else I could include to make this work?

    Thanks,

    Jessica

    Plugin Author Paul Bearne

    (@pbearne)

    post a link so we can look my guess is that the out div is not wide enough to allow them to flow

    Thread Starter jessamca11

    (@jessamca11)

    hi paul, thanks for checking, its lookbookcookbook.com

    i took it off for the time being, let me know if i need to put it back up for you to see.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘display avatars as a grid?’ is closed to new replies.