3/14/2012

更改网页边距-Blogger

Blogger网页的左边总是浪费很大的地方很可惜,为了让网页内容更多的显示,于是尝试着进入Html中去更改,经过几小时的努力,终于发现。

外边距:

只要查找“content.shadow.spread”,就可以找到并更改以下内容:

<Variable name="content.shadow.spread" description="Content Shadow Spread" type="length" default="40px" value="40px"/>

更改为:

<Variable name="content.shadow.spread" description="Content Shadow Spread" type="length" default="40px" value="5px"/>

内边距:

 <Variable name="main.section.margin" description="Main Section Margin" type="length" default="15px" value="15px"/>
更改为:
 <Variable name="main.section.margin" description="Main Section Margin" type="length" default="15px" value="5px"/>

<Variable name="main.padding" description="Main Padding" type="length" default="15px" value="15px"/>
更改为:
<Variable name="main.padding" description="Main Padding" type="length" default="15px" value="5px"/>

上边距:
<Variable name="main.padding.bottom" description="Main Padding Bottom" type="length" default="30px" value="30px"/>
更改为:
<Variable name="main.padding.bottom" description="Main Padding Bottom" type="length" default="30px" value="3px"/>

没有评论:

发表评论

吴老师:欢迎留言