Hello,
I need my emoticons to be more than 20px size. How can i do it? Thanks.
Hello,
I need my emoticons to be more than 20px size. How can i do it? Thanks.
Hi Dragan,
Please let me know the size you want, we'll send you the emoticons pack with new size.
Oh thank you, but i need something else actually, i wanted to set my emoticons to be auto width and auto height, because i have uploaded some custom icons and they have custom sizes, 20x25, 17x23, 25x20 etc etc. I have disabled all default icons and use my own only. Can i set dimensions to auto, both width and height in some file? Thank you.
You can do that using CSS this code:
img.wpdiscuz-smile {
height: 30px;
width: 30px;
}
Put it in Dashboard > Comments > Settings > Styling > Custom CSS Code Textarea. Then save it, delete all caches and do Ctrl+F5 on front-end.
Thanks a lot!