【问题标题】:How to add space between posts when using Wordpress with Toolbox theme使用带有工具箱主题的 Wordpress 时如何在帖子之间添加空格
【发布时间】:2012-02-03 03:51:21
【问题描述】:

我正在寻找一种在使用 Wordpress 帖子之间添加空格的方法 流行的工具箱主题。

如果有人能告诉我那个“margin-bottom”标签也放在哪里,我会很高兴的! 非常感谢!

【问题讨论】:

    标签: css wordpress toolbox


    【解决方案1】:

    .post 是应用于整个帖子的class,它不包含在您主题的默认样式表中,因此您必须添加它。

    在这个文件中:

    /wp-content/themes/toolbox/style.css
    

    在“内容”部分下,添加此类和样式:

    .post {
        margin-bottom: 80px;  /* <--- whatever you need */
    }
    

    80px 是任意的...使用您喜欢的任何大小/单位。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-08-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-23
      • 1970-01-01
      相关资源
      最近更新 更多