XF 1.4 Change avatar list to text list

Betclever

Well-known member
Hello all,

In a custom widget, I have a kind of ranking and I would like to change the display of this ranking to a listing instead a list of avatar.

It will be better for page speed too.

Thanks for your help.
 
I put this in the template extra.css:

Code:
.avatar .img { display: inherit; background-image: none !important; font-weight:bold; }

Tried with inline instead inherit and same result but it works but the final result is approximative.
I would like to have 2 columns, what kind of CSS command can I add into this code please?

I put a print screen in att.

Regards,
 

Attachments

  • Capture d’écran 2015-03-23 à 10.10.25.webp
    Capture d’écran 2015-03-23 à 10.10.25.webp
    78.1 KB · Views: 5
Top Bottom