Quote:
Originally Posted by Benedicte
Thank your for responding! =)
The fonts do show in the post when I write them.
But they don't show in the meny of fonts...
Look at my photos and see the difference 
|
Checked v4.2.0 the font styles do show in the select dropdown box. Make sure you have disabled your hooks/plugins and check the advanced editor. Are you checking the quick reply editor? Are you using a quick reply editor MOD?
Quote:
Yes, I can control the number of smilies in row, but it's the same.
It should be wider
|
I am seeing the row widen with the additional smilies. So either I am not understanding what you are looking for or you have something going on there.
Are you saying you want to enlarge the smilies from their default resolution?
Pass me a link to your board and setup a locked down user account so that I can create a post and I will check it out. What version of VB are you running again? In the picture it looks like v4.1.4?
--------------- Added [DATE]1378211854[/DATE] at [TIME]1378211854[/TIME] ---------------
I think what you are asking is more width between your smilies. If you are try this:
Add this to the bottom of your "Additional.css". I have not tested this to see if the CSS will work in "additional.css", it might not due to being part of the editor.
Code:
.editor_smiliebox ul.smiliebox li {
width: 62px !important;
}