Hi,
From time to time I have an issue with the editor who is very narrow.
Here is a screenshot: https://ibb.co/5YSzWxk
How can I fix this?
I need to edit some posts and this view is not convinient at all.
Thanks
Hi,
I remember seeing this a few times before, quite an unusual issue. Are you using the latest theme and WordPress versions?
We could take a closer look at it, please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email. Let us know.
Thanks
Hi I am also having the same issue. It happened once I updated to the latest version of newspaper theme.
*edited: and it happens when tdcomposer is activated.
-
This reply was modified 5 years by
squallhajime.
-
This reply was modified 5 years by
squallhajime.
Hi squallhajime,
I think that you are referring to a similar small editor -> https://i.imgur.com/WK2rE82.png
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>'; });
If the problem persists, please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email. Let us know.
Let me know the results!
Thank you!
Now Inner Page is working fine after adding above suggested code.
but Post listing page is not displaying properly.
titles are not aligned properly all comes in single line. you can check in screenshot.
https://snipboard.io/Di4108.jpg
Hi NAGARAJBV5,
This can also be because your screen is too small and you have many elements, what I can suggest is to remove some of them – https://i.imgur.com/KPUtsfC.png – https://i.imgur.com/Ii4MM5t.png
Thank you!
