Content overlapping text issue

Posted in: Newsmag
Post count: 5

Hi. When I edit a new post on my page: https://www.privatøkonomi.net/, the settings, Yoast and other blocks overlap the text itself. It’s happening on all posts and pages.

I’ve tried:
1. deactivating all plugins one by one, before clearing cache. None helped fix the problem.
2. Removing any custom CSS code.
3. Updating Newsmag to latest version.
4. Looked for fixes in the theme panel.

Here’s a screenshot of what it looks like, plus a list of my plugins:
https://imgur.com/OFto0e8
https://imgur.com/EzpVmAU
https://imgur.com/c6IR2X5

Could you please help me figure this out? My theme runs the tag-div composer.

Post count: 5

Interestingly, I’m able to edit as normal in Safari, but not in Chrome. I disabled all add-ons for the browser and tried incognito, but the problem persists.

Installed health check, and tested on a new theme, but it was still there in Chrome. So perhaps this is a Chrome issue.

Post count: 5

Appears this issue relates to Chrome version 77.x and not Newsmag itself:

https://github.com/WordPress/gutenberg/issues/11060

Post count: 18283

Hello !

Add this code to functions.php file and let me know if this fixed your issue: add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

Thank you !

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.