Ok, I'm trying to figure out why the emoticons/smilies appear as large as the do in my initial post. I'm not sure if this happens in the comments as well because the site is not fully up. I already did a search and found some possible fixes but they did not work either to correct the problem...
can sum1 please help?
http://nineteen85.net/blog
ClaytonJames
Member
Posted 3 years ago #
style.css line 230
.entrybody img {
overflow:hidden;
width:343px;
}
style.css line 421
img.wp-smiley {
float:none;
}
I think it may be because you are using a smilies-themer, and post images that are not default smilies are being set at 343px wide by the stylesheet rules.
Test it by turning off the smilies-themer plugin and refreshing your browser cache to see if they go back to normal.
ClaytonJames
Member
Posted 3 years ago #
You may just be able to add a width to the wp-smiley class to fix it.
I think something like;
img.wp-smiley {
float:none;
width:16px;
}
That might fix it. I can't say for sure.
THANK YOU VERY MUCH!!! It worked
ClaytonJames
Member
Posted 3 years ago #