在特定静态页面上修复我的 header 图片
fixing my header image on specific static page
你好,我在静态页面上添加小部件脚本 "Recent Post by Label on Static Pages" 后遇到了一个小问题,我的 header 图像略有变化,但仅在我添加脚本的页面上,对于其他页面很好,没问题,header 图片看起来很棒,你能给我一个解决方案吗,谢谢你
问题页面:https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
您可以从 #header-blog
样式规则中删除 height: 90
。它使高度固定,并删除部分 header 图片。如果您无法更改样式规则,请添加一条新规则:
#header-blog {
height: auto!important;
}
你好,我在静态页面上添加小部件脚本 "Recent Post by Label on Static Pages" 后遇到了一个小问题,我的 header 图像略有变化,但仅在我添加脚本的页面上,对于其他页面很好,没问题,header 图片看起来很棒,你能给我一个解决方案吗,谢谢你
问题页面:https://mon-blogger-code.blogspot.com/p/tutoriel-blogger.html
enter image description here
enter image description here
您可以从 #header-blog
样式规则中删除 height: 90
。它使高度固定,并删除部分 header 图片。如果您无法更改样式规则,请添加一条新规则:
#header-blog {
height: auto!important;
}