responsive proplems &fixes

3.71K viewsCore
1

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. 😀

0

okey shady will check and fix this.