Large avatar icon problem?!?
-
So finally fixed my problem with the muut forum showing up full width (was short width, missing sidebar and such.) but still a problem remains, the avatar icons are massive!
Check it out, kinda weird no? I just can’t seem to figure out what is going wrong here.
http://underverse-gaming.servebeer.com/index.php/home/members/
-
So further investigation seems to lead to m-face being defined as 120 x 120 pixels when in fact it should be more like 50 x 50.
I’m unsure howto fix this except for editing muut plugin files somewhere and maybe adding in height: 50px; somewhere. However I just don’t quite know where as all attempts so far result in no change.
Hi there! You can add custom CSS right into your theme’s functions.php file; so, try the following block:
#muut .m-moot .m-facelink img { height: 50px; width: 50px; } #muut .m-moot .m-facelink { margin: -8px 25px 0px -10px; }I added the second piece to tidy up some formatting after the size change; let me know if that does the trick! 🙂
Yep that has fixed the post icon sizes, you can see the change now. I still have the icon for USERS ONLINE section as too big. Any ideas on that one?
I should mention the Online users icons seems to be related to muut embedded channel sidebar as the issue isn’t present in the sidebar widget.
Thankyou for the help.
Try this block:
#muut .m-users .m-face { height: 50px; width: 50px; }Should do it for you. 🙂
Yep that has done it. Thank you for the help, should be smooth sailing from here (at least until I port over to Linux someday).
Awesome! 🙂 Let me know if you run into any other questions.
Happy Muuting!
The topic ‘Large avatar icon problem?!?’ is closed to new replies.