Changing smilie rows and columns

Phillip

Active member
I need to specify how many smilies should be in a row before another row is created. I modified this setting last year, but can't remember how.

Thanks in advance for anyone that can help.
 
The format has changed from a table format to divs, so you can't specify a fixed number of smilies per row unless they are all the same width.

You can however increase the width by adding this to EXTRA.css:
Code:
.xenForoSkin .mceSmiliesMenu div {
width: 300px !important;
}
Change the width to suit.
 
not sure exactly but are u trying to do this?

mbbD


here it is - http://xenforo.com/community/threads/the-happy-place-clickable-smilies-under-editor-control.8229/
 
Top Bottom