Move the CKEditor inline toolbar
问题 I'm using CKEditor 4 inline. Is it possible to change the toolbar location e.g. 50px over the editor div? Thank you! 回答1: 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. 回答2: You can simply give margin-top: -50px; to