• Eduard

    (@mitrueckenwind)


    I am using WP5.4 with the Twenty Nineteen Theme
    Suddenly blocks which are set to full width (e.g. cover block, or media with text), do not display in full width any more (Worked properly before).
    Even reinstalling the twenty nineteen theme, switching to twenty twenty and back to twenty nineteen again do not fix the problem.
    Strangely full width is rendered correctly when I am editing the page with the block editor!?
    The linked page is an example:
    The third block (image of a sailing boat and text side by side) should be full width, but is not.
    Same behavior with newly created pages.

    • This topic was modified 4 years, 7 months ago by Eduard.
    • This topic was modified 4 years, 7 months ago by James Huff.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have had the same problem. After restore the hole WP and restart the workbench it works with version 1.4 of twenty nineteen

    Hello @mitrueckenwind

    try this Code, put it into Customizer -> additional CSS

    @media only screen and (min-width: 768px) {
      .entry .entry-content > .wp-block-group > .wp-block-group__inner-container > * {
        max-width: 100%;
      }
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fullwidth block setting broken-theme switching and reinstallation do not fix it’ is closed to new replies.