1. esorone
  2. General
  3. Monday, March 03 2014, 03:48 PM
Good afternoon,

First of all, I really like easy profile and the fact that it is a free product makes it even greater,

This mean I did not buy the component, because the free one, suits al my needs.
But there is a minor detail, that I cannot get my hands on.

At this stage, all the users are shown in a one column list. I would love to have a tree column list. But this did not work.
I use a .listusers .row-fluid:nth-child(3n+1){float:left;background-color: #f0f0f0;} css class to make it happen, but this did not work.
The background-color is just to see if I did choose the right selectors. And the rows a actually coloured grey.

I hope someone of you guys can help me out.



sorry for the bad English.
admin Accepted Answer
Admin
Hi,
I did not buy the component

No problem, this is a forum, I write for all not only for you;)

try this:
.listusers .row-fluid{width:33%;clear:none;float:left}
.listusers .row-fluid:nth-child(3n+1){clear:both;}
.listusers + div{clear:both;}
  1. more than a month ago
  2. General
  3. # 1
esorone Accepted Answer
Good afternoon.

Sorry for the late reply,

But your solution worked like a charm!!!

Thx for the great support.
  1. more than a month ago
  2. General
  3. # 2
admin Accepted Answer
Admin
In the next release will add an option to choose number of columns.
  1. more than a month ago
  2. General
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.