MyBB Community Forums

Full Version: Edit the size of the Smilies box and text editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi everyone, I was wondering if you could help me.

I have added bigger smilies in the smilies section, which has resulted in throwing out the size of the smilie box and the text editor.

Does anybody know how I can make the smilie box settings wider, so that my text editor sits right and is at the top where it should be.

see this screenshot
[attachment=28785]
acp-Templates & style-Templates-your template-Smilie Inserter Templates-smilieinsert.
Open that last file and change the first throw into this -->> <div style="margin:auto; width: 290px; margin-top: 20px;">
+1 for erigo19's reply
I'd change the inline styles out for a class and then style that class in your global css.
sorry that was all double dutch to me...it's years since I worked on CSS.
double dutch? lol I had to Google it, been soo long since I heard that jump rope reference.
yea I would use something like <div class="smilieshaper"> and then in global css add:
.smilieshaper {
margin: auto;
margin-top: 20px;
width: 290px;
}

and just add or change what ever you want.. it's quicker if you do this for everything or as much as possible so you just have to go to your global css instead of all your different templates individually.
could I use similar coding for the text editor as well?? Thank you for helping me.
shazie, you are Dutch i understand? You can ask your question here http://community.mybb.com/forum-22.html and you get a answer in Dutch Big Grin
(2013-03-13, 01:37 PM)erigo19 Wrote: [ -> ]shazie, you are Dutch i understand? You can ask your question here http://community.mybb.com/forum-22.html and you get a answer in Dutch Big Grin

look at http://www.phrases.org.uk/meanings/double-dutch.html Big Grin
Sorry I'm not dutch, I'm English.
(2013-03-13, 05:06 PM)shazie Wrote: [ -> ]Sorry I'm not dutch, I'm English.

I gathered that
Pages: 1 2