Tagged: x
-
AuthorPosts
-
April 26, 2016 at 5:23 pm #901104
Daphne DParticipantHi, 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 🙂
April 26, 2016 at 5:24 pm #901108
Daphne DParticipantThis reply has been marked as private.April 26, 2016 at 5:27 pm #901116
Daphne DParticipantone more screenshot… it’s doing the same thing with post author
April 27, 2016 at 7:26 am #902001
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> CSS :
.x-comments-area .avatar { margin-left: 0; }Hope it helps.
April 28, 2016 at 2:20 pm #904592
Daphne DParticipantthanks, unfortunately no change (see screenshot)
April 29, 2016 at 5:29 am #905436
ThaiModeratorHi ,
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 🙂
April 29, 2016 at 10:20 am #905774
Daphne DParticipantthat did it! it’s funny how one itty-bitty piece of code changes everything haha
thanks so much!
April 29, 2016 at 11:12 pm #906472
Prasant RaiModeratorYou are most welcome. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-901104 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
