New to KendoReactStart a free 30-day trial

Display the Editor toolbar at the bottom

Updated on Dec 19, 2025

Environment

Product Version10.0.0
ProductProgress® KendoReact Editor

Description

How can I display the Editor's toolbar at the bottom?

Solution

To achieve this, add the following CSS that will change the order of the toolbar and the content of the Editor:

jsx
<style>
.k-editor .k-toolbar {
 order:2;
}
</style>

This example demonstrates the approach above:

Change Theme
Theme
Loading ...
In this article
EnvironmentDescriptionSolution
Not finding the help you need?
Contact Support