its now like this
.question-list .wrap-right {
margin-left: 75%;
width: 25%;
text-align: right;
it should be like this
.question-list .wrap-right {
margin-left: 75%;
width: 26%;
text-align: right;
float: none;
and this should remove the display none from it
.ap-avatar{display:none:
Also noticed the disappearance of the avatar because of that display:none. Thank you for posting @Shady. 😀