Allow Smilies Drop Down Menu to hold more Smilies

I added about 40 smilies to my XenForo. They do not all fit in the Smilie drop down when you click on the Yellow Smilie above.

Is there a way navigate through the smilies in the drop down?

Thanks,
Steve :)
 
The dropdown should resize automatically.
Check for outdated templates.

If you want to increase the width, add this to EXTRA.css:

Code:
/* Increase width of smiley dropdown menu */
.xenForoSkin .mceSmiliesMenu div {
width: 398px !important;
}

Change the width so suit.
 
Here is how they display in the latest version 1.0.4
I assume all the templates are the latest. The install was just two weeks ago.
The smilies go off the bottom of the page.

I'll look at increasing the width, with the code you provided. Thanks.
But I wanted to send you this screen shot.

Thanks,
Steve

smilies.webp
 
Top Bottom