Viewing 5 replies - 16 through 20 (of 20 total)
  • Ok so this should fix everything for you.

    1) Fix for “Image going right hand side”

    Look into this stylesheet: https://desenvolvendosaf.96.lt/wp-content/themes/Gameleon/css/style.min.css?ver=4.6.1

    Look for this CSS code:

    .bbp-reply-author a img {
        display: block!important;
        width: 45px!important;
        height: 45px!important;
        margin: 0 0 0 35px!important;
        float: none!important;
    }

    update / replace the CSS block to this:

    .bbp-reply-author a img {
        display: block!important;
        width: 45px!important;
        height: 45px!important;
        margin: 0 0 0 0px!important;
        float: none!important;
    }

    2) Fix for “Name appearing on top of names”

    Look into this stylesheet: https://desenvolvendosaf.96.lt/wp-content/themes/Gameleon/css/style.min.css?ver=4.6.1

    Look for this:

    .bbp-author-name {
        float: left!important;
        padding: 0 0 0 30px!important;
        line-height:14px;
        font-size: 13px!important;
    }

    Replace it with this:

    .bbp-author-name {
        float: left!important;
        padding: 0 0 0 30px!important;
        line-height: 150px;
        font-size: 13px!important;
    }

    Now, look for this block that we updated before:

    .bbp-author-role {
        /* margin: -20px 0 0!important; */
        padding: 0!important;
        margin-top: 20px;
    }

    Replace it with this:

    .bbp-author-role {
        /* margin: -20px 0 0!important; */
        padding: 0!important;
        margin-top: -75px;
    }

    Now delete your browser history/cache/cookies and test everything by refreshing your webpage.

    Everything should display correctly now.

    • This reply was modified 8 years, 3 months ago by a2hostinglk.
    Thread Starter mestregd

    (@mestregd)

    Hey @a2hostinglk,
    Again I say, you are my hero! More after adding these codes, seems to have moved in another part of the forum as shown in the image below:

    What could have gone wrong?

    UPDATE:
    I noticed something strange that changed too.

    • This reply was modified 8 years, 3 months ago by mestregd.

    @mestregd

    Since your avatar issue has been resolved – Please create a separate topic for a different issue.

    Thread Starter mestregd

    (@mestregd)

    Hello @a2hostinglk, thank you for having helped me so far, apparently this matter has been resolved. I hope I can solve the other, and the clue for those who have the same problem is just following the tips of our friend @ a2hostinglk! Hug.

    Good to hear @mestregd that your issue was resolved ??

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Avatar size css’ is closed to new replies.