{"id":11075981,"date":"2019-01-11T01:41:37","date_gmt":"2019-01-11T01:41:37","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/try-this-revised-code\/"},"modified":"2019-01-11T01:41:37","modified_gmt":"2019-01-11T01:41:37","slug":"try-this-revised-code","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/try-this-revised-code\/","title":{"rendered":"Try this &#8211; revised code"},"content":{"rendered":"<pre><code>&lt;?php\n\/**\n * Plugin Name: Block Editor Full Width \n * Description: Fix the block editor width to full size\n *\/\n\nadd_action(&#039;admin_head&#039;, &#039;block_editor_full_width&#039;);\n\nfunction block_editor_full_width() {\n  echo &#039;&lt;style&gt;\n  .wp-block {\n\t  width: 100% !important;\n\t  max-width: none !important;}\n  .editor-styles-wrapper .editor-writing-flow {  \n\t  max-width: none !important;\n\t  margin: 0 !important;}\n}\n  &lt;\/style&gt;&#039;;\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-11075981","topic","type-topic","status-publish","hentry","topic-tag-editing","topic-tag-full-width"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/11075981","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/11075981\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=11075981"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}