[Xenforo] Changing Smiley dropdown menu width

Discussion in 'Xenforo' started by Shelley, Mar 1, 2012.

  1. Busy

    Shelley Designated Designer

    Likes Received:
    644
    Software You Use:
    XenForo
    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;
    }
    
    smiley-dropdown-default.png smiley-dropdown-modified.png

    [IMG] [IMG]
    • Like Like x 5
  2. Anime Lover

    Brad /dev/null/admin

    Likes Received:
    179
    Software You Use:
    vBulletin, XenForo, phpBB, UBB
    This is why I love CSS. :thumbsup:
    • Like Like x 2
  3. Sporty

    Klaudius Member

    Likes Received:
    8
    Software You Use:
    XenForo
    very useful for me, I love having more smileys :D
    thanks a lot
  4. Sasa New Member

    Likes Received:
    0
    Software You Use:
    XenForo, myBB
    Useful. :)

Share This Page