Abdullah Jafar
asked 8 years ago

Hey Dominic,
Can you please help with this random avatar sizes!
 
Cheers

3 Answers
DominicStaff
answered 8 years ago

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.

Abdullah Jafar
replied 8 years ago

Please try again,

I have updated the account just now.

Cheers

Dominic Staff
replied 8 years ago

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;
}

Abdullah Jafar
replied 8 years ago

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…

DominicStaff
answered 8 years ago

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;
}

Abdullah Jafar
replied 8 years ago

still the same result, would you please you check again.

Dominic Staff
replied 8 years ago

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;
}

Abdullah Jafar
answered 8 years ago

Thank you Dominic,
it is as I expect 😀
Cheers

Powered by DW Question & Answer Pro