Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/wordpress/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 使用带有工具箱主题的Wordpress时如何在帖子之间添加空格_Css_Wordpress_Toolbox - Fatal编程技术网

Css 使用带有工具箱主题的Wordpress时如何在帖子之间添加空格

Css 使用带有工具箱主题的Wordpress时如何在帖子之间添加空格,css,wordpress,toolbox,Css,Wordpress,Toolbox,我正在寻找一种方法,在使用 流行的工具箱主题 如果有人能告诉我在哪里也把“边缘底部”标签,我将非常高兴! 非常感谢 .post是应用于整个帖子的类,它不包括在主题的默认样式表中,因此您必须添加它 在此文件中: /wp-content/themes/toolbox/style.css 在“内容”部分下,添加以下类别和样式: .post { margin-bottom: 80px; /* <--- whatever you need */ } .post{ 页边距底部:80px;

我正在寻找一种方法,在使用 流行的工具箱主题

如果有人能告诉我在哪里也把“边缘底部”标签,我将非常高兴!
非常感谢

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

在此文件中:

/wp-content/themes/toolbox/style.css
在“内容”部分下,添加以下类别和样式:

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

页边距底部:80px;/*
.post
是应用于整个文章的
类,它不包括在主题的默认样式表中,因此您必须添加它

在此文件中:

/wp-content/themes/toolbox/style.css
在“内容”部分下,添加以下类别和样式:

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