Not Solved Accountlist Edit?
#1
Not Solved
Alright folks, I'm trying to figure out how to edit the way my /accountlist.php page displays

right now what i have is <a href="https://i.postimg.cc/HLhH8ynd/image.png">this</a>. I cannot find where to edit the avatar out of the list. it's unnecessarily large. I've looked in the accountlist templates - is this in the FTP somewhere?
Reply
#2
Not Solved
Avatar properties are defined in your theme's accountswitcher.css.
By default for the master avatar it's:
.acclist_card_mast > img {
    height: 44px;
    width: auto;
}

and for the attached avatars:
.acclist_card_att > img {
    height: 100px;
    width: auto;
}
Reply
#3
Not Solved
Perhaps a stupid question, but my themes don't display an accountswitcher.css, unless you mean it's defined in the FTP and not the admin config > themes area?
Reply
#4
Not Solved
Try to deactivate the accountswitcher plugin and activate it again. It should add the stylesheet if it is missing in a theme.
Reply
#5
Not Solved
Ahh that did the trick! Thank you so much (:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)