以twentysixteen为例
外观->编辑,进入主题文件的编辑界面,在style.css中,找到以下代码并修改:
<pre class="prettyprint" lang-css="">/* =Content
> -------------------------------------------------------------- */
>
> #main {
> clear: both;
> overflow: hidden;
> padding: 20px 0 0 0;
> }
> #content {
> margin-bottom: 36px;
> }
> #content,
> #content input,
> #content textarea {
> color: #333;
> font-size: 12px;
> line-height: 180%;
> }
> #content p,
> #content ul,
> #content ol,
> #content dd,
> #content pre,
> #content hr {
> margin-bottom: 14px;
> }

发表回复