# Editor Panel

The Editor panel is located at the bottom of the Bootstrap Studio window. It contains instances of code editors like HTML, Styles, CSS, JS and Custom Code. The panel can be resized, collapsed, and detached as a separate window.

Editor Panel

# HTML Tab

HTML is one of the two non-closable tabs in the editor panel. It gives you an overview of the page's generated HTML code. It also lets you search by using text and css selectors and add HTML attributes to elements.

HTML Tab

Visit our HTML documentation entry for a full guide.

# Styles Tab

Styles is the second of the two non-closable tabs. It gives you a list of the CSS blocks in your design which match the currently selected component. This is a quick way to discover what is affecting the element you are editing. It shows your own CSS and the one generated by the app at the same time.

Styles Tab

Note that the app-generated styles (labeled as "Bootstrap") are not user editable. You can override them by clicking the three dot menu of the block and copying it to your own stylesheet.

Copy System Block

Editing a CSS block will be familiar to anyone who's used their browser's development tools. Click on a selector, css property or a value to edit them. Hit Enter or Tab to move to the next rule, and Shift+Tab to the previous. You can click the space between rules to create new ones. Bootstrap Studio will show you a suggestion list with valid CSS properties and values, and preview your changes in real time as you type.

You can learn more about CSS editing in our dedicated CSS guide.

# JavaScript Tab

With our JavaScript editor you can turn your pretty design into a fully functional website. You get access to powerful Sublime Text-like editing with multiple cursors and keyboard shortcuts.

JavaScript Editor

When you click the Apply button (or hit Ctrl/Cmd + S) the Preview is automatically reloaded so you can try out your changes immediately (see our tutorial about Preview and Export for more).

# Split Columns

By default the Editor panel is divided into two columns where editors can be placed. But you can easily combine them in one or show more editors at once. Just right click one of the editor tabs, and choose Move Left or Move Right. If you "Move Right" the rightmost editor, a new column will be created for it.

Split Columns