博主重新设计标题

发布于 2024-12-05 03:32:02 字数 351 浏览 0 评论 0原文

这是我的情况: 在此处输入图像描述

橙色区域是标题区域,灰色区域是标题和描述。

改变橙色区域宽度的 css 或 html 代码是什么?我希望它与整个页面(浅灰色区域)的宽度相同。我对此进行了搜索,发现可以通过更改“#header-wrapper”标签来更改它,但在我的博客中没有它。有什么想法吗?

我的博客:free-apple-stuff-free.blogspot.com

Here's my situation:
enter image description here

The orange area is the header area, the gray areas are title and description.

What's the css or html code to change the orange areas width? I want it to be the same width as the whole page(the light gray area). I have search on this and found that it can be changed by changing the "#header-wrapper" tag, but in my blog I don't have it. Any ideas?

My blog: free-apple-stuff-free.blogspot.com

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇女薄笑 2024-12-12 03:32:03

.content-outer 的 css 更改为 -

.content-outer{ width: 100% }
// Remove the max-width and min-width which are restricting the center content width.

这将使所有页面内容向左移动,因为内容占据了整个宽度。

Change the css of .content-outer to -

.content-outer{ width: 100% }
// Remove the max-width and min-width which are restricting the center content width.

This will make the all your page content moving to left since the content is occupying entire width.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文