Hey Dominic,
Can you please help with this random avatar sizes!
Cheers
At the moment, I can not access your site with your username & password that you sent in the previous question. Please check it, I will access and help you resolve it.
Please try again,
I have updated the account just now.
Cheers
We have helped you resolve the issue with the Syntax highlighter plugin, you can check your site now. Aout the avatar issue, I have checked your question page and see that it still looking fine. In this case, If you still face their issue, you can use the following code to change the size of the image.
.dwqa-questions-list .dwqa-question-item
.avatar {
width: …px;
height: …px;
}
Hi Dominic,
How are you, I have the same issue now, please check my website…
I tried the following css but still the same
.dwqa-questions-list .dwqa-question-item .avatar {
position: relative;
width: 50px;
height: 50px;
margin-right: 5px;
display: inline-block;
}
the problem is that anonymous get a bigger avatar probably because he doesn’t have a photo and members get tiny image…
To resolve this issue you can add the following code to the style.css file:
.dwqa-questions-list .dwqa-question-item .animate.load {
position: relative;
width: 50px;
height: 50px;
margin-right: 5px;
display: inline-block;
}
.dwqa-questions-list .dwqa-question-item .avatar {
position: relative;
width: 50px;
height: 50px;
margin-right: 5px;
display: inline-block;
}
still the same result, would you please you check again.
Please try the following code if you still face their issue, you can send me username & password of your site, I will check and help you resolve this issue now.
.dwqa-questions-list .dwqa-question-item .animate.load {
width: 12px;
height: 12px;
border-radius: 10px;
}
Thank you Dominic,
it is as I expect 😀
Cheers
Please login or Register to submit your answer