Title: Gutenberg editor &#8211; Block width
Last modified: June 21, 2019

---

# Gutenberg editor – Block width

 *  [branko3184](https://wordpress.org/support/users/branko3184/)
 * (@branko3184)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/gutenberg-editor-block-width/)
 * With the Gutenberg editor how do you make the block wider so that the white space
   is better used.
    By this question I mean when one is editing the block and not
   when the published page is viewed. I am using the Genesis – Dedicated theme.
 * Regards.

Viewing 1 replies (of 1 total)

 *  Moderator [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * (@bcworkz)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/gutenberg-editor-block-width/#post-11663093)
 * You need to create an [admin theme plugin](https://codex.wordpress.org/Creating_Admin_Themes).
   It loads a stylesheet that contains your preferred CSS for the admin area. To
   widen the block editor width, I believe the CSS you need is
 *     ```
       .wp-block {
           /* default was 674px */
           max-width: 1024px;
       }
       ```
   
 * Alter the 1024 value as you prefer.

Viewing 1 replies (of 1 total)

The topic ‘Gutenberg editor – Block width’ is closed to new replies.

## Tags

 * [block](https://wordpress.org/support/topic-tag/block/)
 * [width](https://wordpress.org/support/topic-tag/width/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [bcworkz](https://wordpress.org/support/users/bcworkz/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/gutenberg-editor-block-width/#post-11663093)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
