我的博客:http://friendsojpblog.blogspot.com/
以下问题与附件中显示的带圆圈的数字有关 文件。
我的Blogger的屏幕截图:
************
更新:2016年7月7日
丹尼:这是我添加的CSS代码。它是The Park Blog唯一的CSS代码。
.region-inner .header-inner {
display: none;
}
body {
background: #ffffff; /* White. Confused by your wording here - should be right. */
}
.content-inner {
background: #DCDCDC; /* Light Gray. You can change it to whatever you wish. */
}
.footer-outer {
background: #33CC33; /* Green. You can change it to whatever you wish. */
}
body {
min-width: 300px; /* Now it's 400px. change the "400"s you see to the number you wish. */
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 300px;
max-width: 300px;
_width: 300px;
}
您在之前的回答中添加了1B。您的所有步骤似乎都有效,并且保存更改。但是,在第7步之后,当我查看我的博客时,一切都没有改变。当我重新检查这些步骤时,'false'已被'true'替换,并且Header元素又回来了。我试了几次,结果总是一样的。我错过了一步吗?
博客最小宽度。除非我编码错误,否则它对我不起作用。查看页面源,第487-494行,显示'template-skin-1',最小宽度:500px,它似乎覆盖了我添加的CSS代码。我找不到改变这个'template-skin-1'代码的方法。
更新:2016年7月9日
达尼: 无法获得建议删除标头的更改。稍后再试。
宽度变化确实有效。对于一个独立的博主,只需要添加!重要的两行。此外,只有max-width:必须有pix> 0,但两行都必须有!important。请参阅下面的新代码。
body {
min-width: 00px; /* Now it's 400px. change the "400"s you see to the number you wish. */
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 00px!important;
max-width: 400px!important;
_width: 00px;
}
要将Blogger正确放置在iframe中,还必须按如下方式修改此行。
min-width: 400px!important; /* Now it's 400px. change the "400"s you see to the number you wish. */
哈利
答案 0 :(得分:0)
.region-inner.header-inner {
display: none;
}
转到您的HTML模板,按“Ctrl-F”打开浏览器的搜索框,然后将以下代码段粘贴到其中:
widget id='Header1' locked='true'
您的浏览器现在应该会自动找到包含该代码段的博客HTML代码部分 将“true”替换为“false”以解锁标题并单击“保存模板”。
body {
background: #ffffff; /* Confused by your wording here - should be right. */
}
然后,选择内部“框”的背景:
.content-inner {
background: #ff0000; /* Red. You can change it to whatever you wish. */
}
.footer-outer {
background: #ff0000; /* Red. You can change it to whatever you wish. */
}
body {
min-width: 400px !important; /* Now it's 400px. change the "400"s you see to the number you wish. */
}
.content-outer, .content-fauxcolumn-outer, .region-inner {
min-width: 400px !important;
max-width: 400px !important;
_width: 400px !important;
}
(随机颜色)。
min-width
已更改。更新(7月8日):
备份您的代码,并尝试从HTML模板中删除该行代码,保存并再次检查博客。
!important
之前添加;
(请参阅已编辑的问题)。注意:该公司定制博客。对于完全披露,我与它有关联:alldani.com