Last avatar misaligned
Out of the box, the last avatar for the user answering overlaps onto the edit box, however it’s aligned correctly on this site. How to fix?
The pic shows a gravatar. There’s no option for the size of the user’s answer avatar but there’s a duplicate option for answer avatar.
This is on the ask page too.
Provided
I see this is the code in firebug , which file is it in please? and why does it use a base64?
<img class="avatar avatar-70 photo avatar-default" width="55" height="70" srcset="http://ANSPRESS_AVATAR_SRC::An 2x" src="data:image/svg+xml;base64,…
You can chnage this value from AnsPress options.
I’ve responded before that even though there’s duplicate options for “answer avatar size” that it only changed the avatars for submitted avatars, not the logged in user’s answer avatar. It enters one value for both fields even though the other is not edited.
If there was an intuitive search for my own questions on my profile , I would find where I said it.
<img class="avatar avatar-70 photo avatar-default" width="55" height="70" srcset="http://ANSPRESS_AVATAR_SRC::An 2x" src="data:image/svg+xml;base64,PHN2ZyBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjogcmdiKDI2LCAxODgsIDE1Nik7IHdpZHRoOiAxMDBweDsgaGVpZ2h0OiAxMDBweDsiIGhlaWdodD0iMTAwIiB3aWR0aD0iMTAwIiBwb2ludGVyLWV2ZW50cz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGV4dCBzdHlsZT0iZm9udC13ZWlnaHQ6IDYwMDsgZm9udC1zaXplOiAzMHB4OyIgZm9udC1mYW1pbHk9IkhlbHZldGljYU5ldWUtTGlnaHQsSGVsdmV0aWNhIE5ldWUgTGlnaHQsSGVsdmV0aWNhIE5ldWUsSGVsdmV0aWNhLCBBcmlhbCxMdWNpZGEgR3JhbmRlLCBzYW5zLXNlcmlmIiBmaWxsPSIjZmZmZmZmIiBwb2ludGVyLWV2ZW50cz0iYXV0byIgZHk9IjAuMzVlbSIgeD0iNTAlIiB5PSI1MCUiIHRleHQtYW5jaG9yPSJtaWRkbGUiPkE8L3RleHQ+PC9zdmc+" alt="">
It says 70 width currently , I pasted the 55 width I ‘d change it to.
Look like issue with new responsive image scrset. I will check.
Please show us screenshot.