【问题标题】:Extra Padding on my site using ProfitBuilder WP使用 ProfitBuilder WP 在我的网站上进行额外填充
【发布时间】:2017-06-17 17:21:48
【问题描述】:

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

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

我在这里特别提出三个问题。 1.我把margin-top:20px;在我的标签上(将其推到中心),但是当我这样做时,它会在顶部和下方添加一个边距:

这是我的代码:

<h2 style="text-align: center; font-size: 40px; font-weight: bold;"><span style="color: #ffffff; ">The 4-Step Strategy We Used to Build a</span><br /> <span style="color: #ffffff;"> 7-Figure Coaching Business...</span><br /> <span style="color: #ffffff; font-size: 25px; "> (while ignoring ALL the conventional wisdom!)</span></h2><p style="text-align: center;"><a style="font-family: 'Open Sans Condensed'; text-shadow: 1px 1px 1px rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd800',endColorstr='#f7d100'); background: -moz-linear-gradient(center top,#ffd800 5%,#f7d100 100%); background-color: #ffd800; display: block; margin: 0 auto; position: relative; min-height: 33px; width: 280px; text-decoration: none; font-weight: bold; font-size: 30px; color: #fdffff; cursor: pointer; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border: none; padding: 17px 10px; text-align: center; z-index: 2; margin-top: 12px;" href="#">Claim My Spot Now >></a></p>

这两个部分也有一些问题,因为周围都有空格:

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

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

【问题讨论】:

    标签: html wordpress css padding


    【解决方案1】:

    您为“立即认领您的位置”按钮设置了padding-bottom。因此,当您将 margin-top 值放在您的 h2 之上时,它也会将您的 p 向下推,而 ppadding-bottom 会将以下部分向下推

    【讨论】:

      【解决方案2】:

      我认为这应该可行

      body {
          margin: -1px 0 0 0
      }
      
      h2 {
          margin: 25px 0 0 0;
      }
      
      .pbuilder_column {
          margin: 0 0 -24px 0
      }
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2015-02-28
        • 1970-01-01
        • 2016-07-24
        • 1970-01-01
        • 2013-09-05
        • 1970-01-01
        • 2018-03-30
        • 1970-01-01
        相关资源
        最近更新 更多