[Resolved] Gutenberg editor pain points

Home Forums Support [Resolved] Gutenberg editor pain points

Home Forums Support Gutenberg editor pain points

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #754529
    John

    I am struggling with the Gutenberg editor update. The editor width is much smaller. How can I increase the width of the editor? I tried full screen mode but the width remains the same.

    #754566
    David
    Staff
    Customer Support

    Hi there,

    the Editor reflects the same size as the Container width of your live site. Is that what you are seeing?

    #754765
    John

    yes, but I want to create my content using a wider container width than what my site has. Is that possible?

    #754902
    Tom
    Lead Developer
    Lead Developer

    There’s a filter for that.

    For example:

    add_filter( 'generate_block_editor_content_width', function() {
        return 1200;
    } );

    1200 being the width in pixels.

    Let me know if you need more info ๐Ÿ™‚

    #754925
    John

    Thanks Tom!

    #754928
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.