Where to add padding between a larger avatar on the question page and the description and answer containers?

Solved5.20K viewsThemes
0

Increasing the size of the avatar on the questions page overlaps onto the answer text editor.

selected answer
0

Add width to this line.

 

.avatar.user-2-avatar.avatar-70.photo {
width: 55px;
}

 

Good inspector https://wordpress.org/plugins/so-css/

selected as best answer
You are viewing 1 out of 3 answers, click here to view all answers.