« Web, HTML, Tech Forum

How to make friends list more compact??

Posted by sunrics

posted

Forum: Web, HTML, Tech

Trying to make it smaller and/or more compact. It's too much padding imo. Pls help!!!


Report Topic

1 Reply

Reply by GOAT

posted

just had a quick look

.friends-grid { width: 500px; }
.person { width: 100px; display: inline-block; padding: 0 5px 5px 0; }

you can always adjust the values like padding, width etc. etc.

hope that helps :DD


Permalink Report Reply