使用单独行的问题是,在移动设备上,所有三个按钮(在单独的行中)都远离相关内容。
这意味着它是在移动设备上非常混乱,以了解该按钮了用户,这看起来像:

通过添加一个简单的<br />
我能够推动一个奇按钮与其他两个按钮放在同一行上。
我然后取出:
#step1button {
margin-top: 30px;
}
所以最终的HTML看起来像:
<div class="container-fluid">
<div class="row">
<div class="fadein bg-3 text-center">
<h3 class="h3big">What do you need help with?</h3><br>
<div class="col-sm-4">
<img src="/img/button-1.png" alt="button-1" class="middleimages">
<div class="box-content">
<p class="alltextbig text-uppercase"><b>Living</b> paycheque to paycheque?</p>
<figure><img src="/img/pound-coins.jpg" alt="saving money image" title="Saving money" class="tripleimage">
<figcaption><b>Feel like you're walking on a tightrope every day?</b> <br>Stuck in a pay cheque to pay cheque cycle, can't keep your budget in check, dont have a budget, use credit cards or have no savings? <br><br>
<br />
<b>Lesson 1</b> - Learn how I escaped the pay cheque to pay cheque cycle.</figcaption>
</figure>
<button data-sumome-listbuilder-id="6ffa68f2-f144-418b-afe0-4de05390e083" class="text-uppercase btn btn-primary btn-lg btn-middle">Start Class Now</button>
</div>
</div>
只是删除此为'第一个按钮#step1button'。它有'margin-top' – Pedram
寻求代码帮助的问题必须包含在问题本身**中重现**所需的最短代码。虽然您提供了[**链接到网站或示例**](http://meta.stackoverflow.com/questions/254428/something-in-my-web-site-or-project-doesnt-work如果链接变得无效,那么你的问题对于其他具有相同问题的未来SO用户是没有价值的。 –
@Paulie_D虽然我完全同意。这个例子中强调的问题肯定是针对这个用例的,所以它对未来其他人有用的几率非常低。 – Ryuu