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
Comment #1
Gurpartap Singh commentedThe dimensions are configurable in the smileys settings itself. Does that not work?
Comment #2
Slade8 commentedThat 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.
Comment #3
Gurpartap Singh commentedMessing 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 ;) )
Comment #4
Anonymous (not verified) commented".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.