Post Space somehow shrinked to mobile size even on desktop

Posted in: Newspaper
Post count: 4

Just wondering how I ended up having a tiny post space.

Not sure if I even pressed anything or the plugins are causing issues.

I have WP Rocket installed which might have cause this?

When I load the page, it intially loads as full size then about 1 second later, it becomes this small almost “mobile like” editor.

Image

Any help to revert back to its original full screen mode is much appreciated as it is very annoying

Post count: 4

Can anyone help please ?

Post count: 35449

Hi,

In the most of the cases this problem can be fixed by adding an extra code, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});

Let me know the results!
Thank you!

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