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

Solved5.16K 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
1

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

– In your theme CSS.

Was hoping for a snippet to which lines…

The left of the answer box should be aligned with the left of the question box by default.