« Web, HTML, Tech Forum

One row of friends on profile

Posted by Sam

posted

Forum: Web, HTML, Tech

Does anyone have code for (or if know if you can) only have one row of friends on my profile? Thanks :)


Report Topic

2 Replies

Sort Replies:

Reply by vogel

posted

I don't know if you mean like a scrollbox row or just the default four friends in a row.

For a scrollbox, this should work:

.friends-grid{display:flex; overflow:auto}

And for just four friends being shown, you might need to mess with the width:

.friends-grid{display:flex; overflow:hidden; width:420px}


I haven't tested these on a profile, just a CSS tester. If it doesn't work let me know


Permalink Report Reply

Reply by Sam

posted
updated

I was kind of just thinking of displaying one row of my friends instead of two, but both work :) thank you :D


Permalink Report Reply