使用bootstrap4难以将导航栏向左移动

时间:2019-01-31 14:49:16

标签: html twitter-bootstrap-3

大家好,我有一个导航栏代码,我想将其移到左侧  表单,它位于表单的右侧,

<div class="dropdown">
  <button class="btn btn-secondary dropdown-toggle " type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> Dropdown button
  </button>
  <div class="dropdown-menu " aria-labelledby="dropdownMenuButton">
    <a class="dropdown-item" href="#">Action</a>
    <a class="dropdown-item" href="#">Another action</a>
    <a class="dropdown-item" href="#">Something else here</a>
   </div>
</div>

我尝试使用向左浮动并使用align-left仍然停留在表单的右侧,有什么替代方法可以解决此问题?/谢谢。

1 个答案:

答案 0 :(得分:0)

请使用导航栏代码更新整个HTML页面。运行时,您给出的代码将显示在浏览器的左侧。  看看:

enter image description here