Ike said
Yes that’s all OK, but my point was if you are running a child theme I’m not seeing it loaded for that specific rule..
So where did you put the code:
#spMainContainer .spTopicPostSection .spPostUserAvatar img { width: 100px; }
I.e what file, where in the file, and could you post an excerpt of it or a screenshot?
That’s in Reboot.php. It’s in the screenshot above.
Here is what it looks like in the code:
#spMainContainer .spTopicPostSection .spPostUserRank img,
#spMainContainer .spTopicPostSection .spPostUserSpecialRank img {
margin: auto;
}
#spMainContainer .spTopicPostSection .spPostUserAvatar img {
width: 100px;
}
#spMainContainer .spTopicPostSection .spPostUserWebsite img,
#spMainContainer .spTopicPostSection .spPostUserTwitter img,