【问题标题】:I can't center the button我无法将按钮居中
【发布时间】:2016-09-28 17:39:15
【问题描述】:

我正在努力让这个按钮看起来不错。

表格应该分为4列:

3 个文本字段,最后一个应该是提交按钮。

你能帮我让它和文本字段有相同的高度和填充

链接: http://draidel.com.ar/tienda/promotoras/marina/

【问题讨论】:

    标签: css wordpress twitter-bootstrap twitter-bootstrap-3


    【解决方案1】:

    试试这个

    .wpcf7-form-control.wpcf7-submit {
       height: 45px;
       margin-top: 24px;
       margin-left: 6px
    }
    

    【讨论】:

      【解决方案2】:

      试试这个

      .body .main_color input[type='submit'] {
          margin-top: 26px;
          margin-left: 5px;
      }
      

      您还可以添加媒体查询以进行响应式类似

      @media screen and (max-width: 480px) {
          .body .main_color input[type='submit'] {
          margin-top: 10px;
          margin-left: 0px;
          }
      }
      

      【讨论】:

        猜你喜欢
        • 2020-10-19
        • 2016-05-11
        • 1970-01-01
        • 1970-01-01
        • 2016-02-20
        • 2017-06-03
        • 1970-01-01
        • 1970-01-01
        • 2021-09-17
        相关资源
        最近更新 更多