这是我的情况:
橙色区域是标题区域,灰色区域是标题和描述。
改变橙色区域宽度的css或html代码是什么?我希望它与整个页面(浅灰色区域)的宽度相同。我搜索了这个并发现可以通过更改“#header-wrapper”标记来更改它,但在我的博客中我没有它。有什么想法吗?
答案 0 :(得分:0)
将.content-outer
的css更改为 -
.content-outer{ width: 100% }
// Remove the max-width and min-width which are restricting the center content width.
这将使您的所有页面内容向左移动,因为内容占据整个宽度。