Edit post area very narrow in WP dashboard

Posted in: Newspaper
Post count: 40

Not sure if this is theme issue or something else …

All of a sudden yesterday, in my WP dashboard, when I click into “posts” and write/edit my post content, the area that I type my post became very narrow … it looks fine on the front end … but when i edit the post, the area i can type in is only like 200 px. wide. How to fix?

Post count: 18283

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If the problem persist, 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>’;
});

Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

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