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.
我想要做的是让标题图像(上面写有 Soliya Network 博客的白色横幅)与设计主体完美对齐。目前,右侧对齐,但左侧总是不足。横幅大小为 1050 x 120 像素,但 html 编码看起来只是将其调整为实际大小的百分比。
这是博客模板的链接:https ://dl.dropboxusercontent.com/u/19701820/SoliyaBlog.xml 这是博客现在的链接: http: //soliyanetwork.blogspot.com/ncr
在你的 id 上:header-wrapper
可以在你的 css 标签中找到:#header-wrapper
您需要将其更改为:padding: 10px 0px ; 从填充:10px;将其设置回默认值。