简体   繁体   English

WordPress编辑器Erea非常小的问题

[英]WordPress Editor Erea very small issue

I don't know who is the genious developer made wp editor, but I can't edit the page content because the edit box is very norrow. 我不知道谁是由开发人员制作的wp编辑器,但是我无法编辑页面内容,因为编辑框非常混乱。 How can I fix this issue: 如何解决此问题:
I am using: 我在用:

  1. Wordpress version & Theme: WordPress 5.0.2 running The WP theme. WordPress版本和主题:运行WP主题的WordPress 5.0.2。
  2. Plugins : 外挂程式:
    • WP Editor WP编辑器
    • WP TinyMCE Advanced WP TinyMCE高级

在此处输入图片说明

If your theme has any admin styling CSS file you can place this code at the very top. 如果您的主题具有任何管理样式的CSS文件,则可以将此代码放在最顶部。

.wp-block {
    max-width: 95%;
}

If not, you create your own admin style CSS file and override WordPress default styling. 如果没有,则创建自己的管理样式CSS文件并覆盖WordPress默认样式。 Read Official Documentation at wp_enqueque_style 阅读wp_enqueque_style的官方文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM