A row with more smilies

AndreaMarucci

Well-known member
Hello, in the reply toolbar I see x row of 6 smilies each but I would like to show more smilies per row like 12 or more.

How can I do that?
 
Add this to EXTRA.css

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

Change the width to suit.

The smiley dropdown is now populated using divs instead of tables, so if your smilies are different sizes you will have varying quantities on each row.
 
Top Bottom