Posts

Posted in: Newspaper
Post count: 16

Hi,

recently my post dashboard change its dimensions. How can i fix this?

Example: https://prnt.sc/u5uzha

Post count: 18283

Hi,

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>’;
});

Let me know the results!

Thank you!

Post count: 16

i’ve tried but i think i made a mistake doing it. Can you help me with that?

THX

Post count: 18283

Hello !

Please contact us via email at contact@tagdiv.com and provide the following:

– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you

Thank you !

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