使用ProfitBuilder WP在我的网站上进行额外填充

时间:2017-02-01 04:03:47

标签: html css wordpress css3 padding

我目前正在复制此网站:http://www.onlinemeetingnow.com/register/?id=q6wpivs95c&此处:http://beaminggeek.com/profitbuilder/test-2/

并使用名为ProfitBuilder的WP工具:http://wpprofitbuilder.com/

我特别在这里有三个问题。 我把保证金最高限额:20px;在我的标签上(将其推到中央)在下面的图像上然而当我这样做时,在顶部和下面都加了一个边距:

enter image description here

enter image description here

这是我的代码:

Properties

我在这两节中也有一些问题,因为周围都有空格:

enter image description here

知道如何使用inline-CSS让它看起来更完美吗?您可以使用Chrome检查器工具进行检查。

注意:Profit Builder工具是一个不使用自定义css面板的工具,它意味着一切都只是简单的内联CSS。

2 个答案:

答案 0 :(得分:0)

您的“我的现场点击”按钮设置了padding-bottom。因此,当您在margin-top之上添加h2值时,它也会推动p向下,而padding-bottom的{​​{1}}会向下推送以下部分

答案 1 :(得分:0)

我认为这应该有用

body {
    margin: -1px 0 0 0
}

h2 {
    margin: 25px 0 0 0;
}

.pbuilder_column {
    margin: 0 0 -24px 0
}