• Resolved lala3

    (@lala3)


    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?

    https://nineteen85.net/blog

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    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.

    Thread Starter lala3

    (@lala3)

    THANK YOU VERY MUCH!!! It worked

    You are very welcome!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Smilies/Emoticons appear LARGE’ is closed to new replies.