Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将我的网站宽度更改为全角,但在 wordpress custumizer 中更改它的选项被禁用。
为了做到这一点,我需要在 css 文件中进行哪些更改?
您需要将布局 div 宽度从 88% 更改为 100%。希望对你有帮助。
我已经检查了您提到的站点链接。您需要在主题根目录的 style.css 文件中添加此 css 以使布局全宽。
.layout { width: 100% !important; }