inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Nov 26, 2012 16:14:07 GMT -8
How can I change the width of the smiley drop-down box? I have replaced several of the default smileys with custom ones that are larger than the default and would like to make the drop-down box wider so that it is not so long.
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 26, 2012 20:55:20 GMT -8
In the CSS, look for this line:
.smiley-menu { width: 140px; }
Change 140 to what you want.
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Nov 27, 2012 7:38:59 GMT -8
In the CSS, look for this line: .smiley-menu { width: 140px; } Change 140 to what you want. Having trouble finding that line. Can someone point me to the right section?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Nov 27, 2012 9:32:36 GMT -8
It might actually be in part of the CSS that we (PB) control; to fix that issue, in your Global Header you can put <style>.smiley-menu { width: 200px; }</style> (or however wide you want)
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Nov 27, 2012 9:43:13 GMT -8
Thank you very much, Patrick. That looks plenty simple even for this non-coder.
|
|
inherit
136705
0
Dec 25, 2018 6:55:30 GMT -8
rchelitalk
Ain't this fun
430
January 2009
rchelitalk
|
Post by rchelitalk on Dec 7, 2012 12:47:43 GMT -8
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 28, 2024 1:11:19 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 8, 2012 0:37:38 GMT -8
Thanks from me too.
|
|
inherit
153300
0
Jun 19, 2019 17:10:20 GMT -8
Tressa
874
April 2010
tressa
|
Post by Tressa on Jan 2, 2013 14:22:14 GMT -8
It might actually be in part of the CSS that we (PB) control; to fix that issue, in your Global Header you can put <style>.smiley-menu { width: 200px; }</style> (or however wide you want) I've been using this and it was working until recently. Now regardless of the width I set, there is a max of 5 smileys per line, aligned to the left. The purpose of using this was to allow more smileys per row so that the box would not be so tall. Any suggestions for a fix?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Jan 2, 2013 14:24:47 GMT -8
Not sure myself; hopefully another coder can assist you.
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Jan 2, 2013 14:47:03 GMT -8
|
|