Move the CKEditor inline toolbar

ckeditor, position

Solution

If you want to keep this "floating toolbar" behaviour, then you can move it around using these settings.

But if you want to keep toolbar in one place, then check this plugin: http://ckeditor.com/addon/sharedspace

There's a sample, but you need to build a CKEditor package with this plugin and then you'll be able to check it.

Problem

I'm using CKEditor 4 inline. Is it possible to change the toolbar location e.g. 50px over the editor div? Thank you!

Original source