Post editor is too narrow

Posted in: Newspaper
Post count: 34

https://ibb.co/8jw2FWp

Hello,
I have an issue with the post editor using Newspaper Life News Pro demo. It’s too narrow as seen in the above link.

For the other website I use with Gadgets demo (Newspaper). It’s full width.

I was hoping to find an answer here.

Thanks!

Post count: 35449

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!

Post count: 34

Thanks for the code! It works!

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