WordPress修改段落间距和行间距

以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;
> }

已发布

分类

来自

标签:

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注