The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
i tried this code in additional.css but didnt seem to work
Code:
#cke_1_contents { max-height: 300px; }
i have some long posts that i want to be able to keep the adv editor accessible anyone know how it can work? thank you iggy |
|
#2
|
|||
|
|||
|
hmm well nevermind i guess...i notice it works, just not for posts that i created before adding the code
|
|
#3
|
||||
|
||||
|
I had the same problem but made it a fixed element that on clicking the editor icon, becomes separate from the editor toolbar and places itself at suitable height from the bottom of the screen..
Works a treat for me. Try it if you want. . . Code:
/* Editor buttons fixed*/
.b-editor .cke_top {
padding-right: 32px;
position: fixed;
top: 390px;
z-index: 100;
}
I use it in one style only specifically for the writing of longer text. . |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|