• Hi there,

    Great plugin! I used it already when it was html only but you’ve asked me to start with using this one and so I tried. It’s functioning and looks great but when I am logged in into the WP backend the editor gets a cut and shows only a few px in height of the total screen. This makes it unable to use:
    If I change height: 100% to 1000px for example it works but that is a workaround which shouldn’t been needed.
    Below the code which isn’t properly showing the editing screen:

    body #editor .edit-post-layout .edit-post-visual-editor .editor-writing-flow>div>div .editor-block-list__layout .wp-block {
    height: 100%;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    }

    Please let me know if you have any questions, I’d love to have your response since it makes my life easier 😉 Many thx!!

The topic ‘Preview blockbuilder gets cut off’ is closed to new replies.