How can I change the height of the smiley select box? I've messed around with the CSS file but haven't found where I can change this. The reason I am asking is the select box height is being set very high where is looks strange because I only have about 5 icons on the first row but the height of the select box is almost triple that.

Comments

Gurpartap Singh’s picture

The dimensions are configurable in the smileys settings itself. Does that not work?

Slade8’s picture

That only changes the pop up box. The issue I'm having is the size of the select box that shows above where you are making a post. Like on your site for smiley packs you have a nice rounded select box that isn't too big so I'm wondering how I can go about changing that.

Gurpartap Singh’s picture

Status: Active » Closed (works as designed)

Messing with CSS is all that you are supposed to do. That what I did on my blog as well. Just need to sit down and spend a few minutes on it, look through code of existing sites doing it (or just leech my code ;) )

Anonymous’s picture

".smileys span" is set to 51px by 51px. Make that smaller, and it'll fix it. Each smiley is positioned top center in that span.