Create/edit post: mobile view on desktop, Why?

Posted in: Newspaper
Post count: 44

Hi,
if I edit/create a post or a page using a PC, the editor seems to be for mobile version. Why?

https://imgur.com/a/eqrHhLo

If I use another theme, all works fine.

Thanks
Fabio

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: 44

Hi Calin,
the html line that stretch the editor is exactly “.td-gutenberg-editor .editor-styles-wrapper .wp-block”.

I don’t know why, but I have resolved it going to https://imgur.com/TItRWuY
and changing “row stretch” to default, than reselecting “1600x…” again.

I guarantee that:
* the cache was deleted
* the problem was not present with other theme
* disabling all plugin the problem persists

Thanks
Fabio

Post count: 35449

Hi,

If there is still a problem, please let us know!

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.