Bug in paragraphs width when editing an article

Posted in: Newspaper
Post count: 2

Hi,

I have a problem when editing an article. The width of the paragraphs and title are narrow. It looks like the width of a mobile phone. It is incovenient to write on a desktop. It only happens on certain templates but not others. In cloud template, all looks normal. Have you encountered this bug before? Do you have pointers of the things I should look at ?

Post count: 2

Here is the image capture : https://freeimage.host/i/3HbVt9

On the front end, the articles look normal.

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 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.