Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter theriddick

    (@theriddick)

    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.

    Plugin Author Paul Hughes

    (@paulhughes01)

    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! ??

    Thread Starter theriddick

    (@theriddick)

    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.

    Plugin Author Paul Hughes

    (@paulhughes01)

    Try this block:

    #muut .m-users .m-face {
        height: 50px;
        width: 50px;
    }

    Should do it for you. ??

    Thread Starter theriddick

    (@theriddick)

    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).

    Plugin Author Paul Hughes

    (@paulhughes01)

    Awesome! ?? Let me know if you run into any other questions.

    Happy Muuting!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Large avatar icon problem?!?’ is closed to new replies.