This is a really simple alteration to make and I've seen it being asked many times with the solution buried in posts so I'll post it here making it easily accessible for users who will/may find it useful. How to Increase the dropdown Smiley box width larger Summary: This will allow users who use an abundance of smilies to increase the width of the dropdown menu so the dropdown menu doesn't span all the way down the page. Simply copy and paste the following into your EXTRA.CSS Template and adjust the width accordingly. I've set mine to 230px you may want your different. Code: .xenForoSkin .mceSmiliesMenu div { width: 230px !important; }