Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #901104
    Daphne D
    Participant

    Hi, I looked through the forum and didn’t see anyone else asking this question, but my comment avatar (default mystery person) is off-set and looks weird on my blog posts.

    See screenshot.

    Is there some CSS to fix this? or do I need to check a different setting (something other than the discussion tab under general settings on WP)?

    Thanks in advance 🙂

    #901108
    Daphne D
    Participant
    This reply has been marked as private.
    #901116
    Daphne D
    Participant

    one more screenshot… it’s doing the same thing with post author

    #902001
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-comments-area .avatar {
        margin-left: 0;
    }

    Hope it helps.

    #904592
    Daphne D
    Participant

    thanks, unfortunately no change (see screenshot)

    #905436
    Thai
    Moderator

    Hi ,

    You forgot to close the bracket(}), please findd this CSS:

    .x-recent-posts-comment {
        margin-top: -5px;
        display: block;
      
      .x-comments-area .avatar {
        margin-left: 0;
    }

    And replace with this:

    .x-recent-posts-comment {
        margin-top: -5px;
        display: block;
     } 
      .x-comments-area .avatar {
        margin-left: 0;
    }

    Hope it helps 🙂

    #905774
    Daphne D
    Participant

    that did it! it’s funny how one itty-bitty piece of code changes everything haha

    thanks so much!

    #906472
    Prasant Rai
    Moderator

    You are most welcome. Feel free to ask us again. Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-901104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>