Notifications
Clear all

[Solved] Size

5 Posts
2 Users
0 Likes
2,590 Views
Posts: 6
Customer
Topic starter
(@galante81)
Member
Joined: 8 years ago

Hello,

I need my emoticons to be more than 20px size. How can i do it? Thanks.

4 Replies
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

Hi Dragan,

Please let me know the size you want, we'll send you the emoticons pack with new size.

Posts: 6
Customer
Topic starter
(@galante81)
Member
Joined: 8 years ago

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.

Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

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.

Posts: 6
Customer
Topic starter
(@galante81)
Member
Joined: 8 years ago

Thanks a lot!

Share:
Scroll to top