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 博客,我使用响应式主题。我想增加我的网站宽度。目前它的宽度是 1050px(主容器)。我希望将其扩展到 1200 像素或 1280 像素。
在更改之前,我想知道网站的最佳宽度是多少?
谢谢!
我希望我理解正确,但是
100% 因为这是在所有浏览器中以全宽显示的唯一宽度。在您的 CSS 中执行此操作,例如:
body{ font:14px Arial, Helvetica, sans-serif; margin:0; background:#383838; width:100%; color:#444444;