By Sean Carney on Thursday, 23 April 2015
Posted in Technical Issues
Replies 9
Likes 0
Views 1.2K
Votes 0
If you go to the following URL: http://www.drcarney.com/blog/entry/we-have-lost-the-ability-to-choose-on-our-own#commentform

You should see that the Avatars of the Komento comments and the Name of the person are overlapping. Is this something caused by my template house or is this maybe in your template?

Either way a little css tweak can probably fix it. Do you have one to suggest?

Thank you, Sean
Hi,

Add: "width: 50px:" to #section-kmt .kmt-rank


All together, here is what you should have in your template override:

#section-kmt .kmt-avatar + .kmt-content .kmt-head, #section-kmt .kmt-rank + .kmt-content .kmt-head {
padding: 7px 0px 0px 68px;
}

#section-kmt .kmt-head {
height: 67px;
}

#section-kmt .kmt-control {
height: 36px;
}

#section-kmt .kmt-rank {
width: 50px;
top: 60px;
}

Hope this correct everything you need
·
Friday, 24 April 2015 15:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sean,

You can try to add this to your template override:

#section-kmt .kmt-avatar + .kmt-content .kmt-head, #section-kmt .kmt-rank + .kmt-content .kmt-head {
padding: 7px 0px 0px 68px;
}

#section-kmt .kmt-head {
height: 67px;
}

#section-kmt .kmt-control {
height: 36px;
}

Hope this help!
·
Friday, 24 April 2015 02:07
·
0 Likes
·
0 Votes
·
0 Comments
·
That improved things a lot but introduced something else that needs to be fixed.

Now there is a line that might maybe be some tiny text or something going across the face of my avatar.
·
Friday, 24 April 2015 04:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Try adding:

#section-kmt .kmt-rank {

top: 60px;

}

You can adjust the hight as you need.

Hope this help!
·
Friday, 24 April 2015 05:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you very much. I added it to push the colored bar below the avatar. I guess this is some sort of commenter ranking system?

Can you tell me what this is for? I may decided not to display it. if I do keep it then I think I would like it to be the same width as the avatars.
·
Friday, 24 April 2015 06:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aikigi,

Thanks for the help. Hopefully Sean issue will be resolve soon
·
Friday, 24 April 2015 18:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Aikigi,

That was PERFECT. thank you very much!!!

Sean
·
Saturday, 25 April 2015 03:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Sean,

I'm glad it's working

Have a good day!
·
Saturday, 25 April 2015 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing Aikigi
·
Saturday, 25 April 2015 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post