XF 1.1 Smilie Window Size

  • Thread starter Thread starter DirtRider
  • Start date Start date
D

DirtRider

Guest
How do I make my drop down smilie window wider when selecting it from post view. I seem to have a long narrow window that opens and would like to make it a lot wider
 
How do I make my drop down smilie window wider when selecting it from post view. I seem to have a long narrow window that opens and would like to make it a lot wider

Paste the following into your EXTRA.CSS template. This will widen the box to 500px but you can set the width value to your preference.

Code:
.xenForoSkin .mceSmiliesMenu div {width: 500px !important;}
 
Top Bottom