Topic: Change How Users Are Displayed

Is there a way I can have all the users appear on the page as a grid formation (for example 6x8 - see below diagram) as opposed to a vertical row. It would look loads better this way for a site containing a lot of users. Is this possible?

Default plugin display configuration

x
x
x
x
x
x
x

Required display configuration

x x x x x x
x x x x x x
x x x x x x
x x x x x x
x x x x x x
x x x x x x
x x x x x x
x x x x x x

Re: Change How Users Are Displayed

I would use CSS for this. Float the items of the list to the left and make them a width that fits your theme to your desired column number.

Re: Change How Users Are Displayed

ternforum wrote:

I would use CSS for this. Float the items of the list to the left and make them a width that fits your theme to your desired column number.

Sorry to be a pain but have you got any suggestions on how I would start doing this as am fairly new to CSS? Sorry.

Thanks

Re: Change How Users Are Displayed

Sorry my friend, this is research you'll have to do on your own. Try this site for practicing and learning:
http://w3schools.com/