【问题标题】:What is the CSS for moving a button DOWN on a slider for the Divi Wordpress theme?在 Divi Wordpress 主题的滑块上向下移动按钮的 CSS 是什么?
【发布时间】:2019-04-02 18:55:52
【问题描述】:

这是我目前所拥有的:

虽然我希望它看起来更像这样:

向下移动 Button 的 CSS 是什么?

【问题讨论】:

标签: css wordpress button themes


【解决方案1】:

如果您的意思是更改按钮位置以使其在包含 div 的内部垂直居中,问题已得到回答here,请在包含 div 的按钮上使用它:

    .containerDiv {
   display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    }

fiddle

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-10-18
    • 1970-01-01
    • 2020-11-04
    • 2016-09-08
    • 1970-01-01
    • 1970-01-01
    • 2018-06-06
    • 1970-01-01
    相关资源
    最近更新 更多