Posted in: Newspaper
Nov 6, 2019 at 1:31 pm
Something is overwriting Gutenberg CSS
Output: https://prnt.sc/pt6uq1
Code: https://prnt.sc/pt6tu1 , https://prnt.sc/pt6wfm
Nov 6, 2019 at 3:21 pm
The problem is from Newspaper theme. The editor works well with default theme Twenty Nineteen. Refer: https://prnt.sc/pt8oxu
Nov 29, 2019 at 1:56 pm
Hello !
Please add this code in functions.php:
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});
Here: https://www.screencast.com/t/muT8DYFD9SY
Thank you !
Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.

