• Resolved nachbelichtet

    (@nachbelichtet)


    I have an annoying problem that Gutenberg displays “Start writing or type / to choose a block” permanently between every paragraph in the editor (“Schreibe etwas oder tippe “/” zur Blockauswahl” in my German WordPress installation)

    This makes the text very confusing. Screenshot

    Any suggestions?

    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nachbelichtet

    (@nachbelichtet)

    After some investigations, the real problem is, that the editor style for the paragraph is messed up from:

    .editor-styles-wrapper p {
        font-size: inherit;
        line-height: inherit;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    to

    body .editor-styles-wrapper p {
        margin-top: 0px;
        margin-bottom: 0em;
    }

    The paragraphs are actually there but without spacing. But I can’t find the source of the problem. I deactivated the plugins but no change.

    Thread Starter nachbelichtet

    (@nachbelichtet)

    In the end it was a problem with the theme. It reduced the spacing of paragraphs to 0 in the customizer and inline CSS, while I adjusted the spacing in the theme CSS to 1.8 em.

    The editor then takes the settings of the customizer and the frontend shows my settings in the Theme-CSS.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Get rid of “Start writing or type /”’ is closed to new replies.