twbs / bootstrap

The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
https://getbootstrap.com
MIT License
169.85k stars 78.73k forks source link

Float Problem #25530

Closed firatkaya7 closed 6 years ago

firatkaya7 commented 6 years ago

hello help me please for Bootstrap 4, I can't make in bootstrap 4 but good work in bootstrap 3

screenshot_13 screenshot_12

  <div class="footer-bottom">
    <div class="container">
      <div class="float-left">
        <ul class="footer-bottom-links">
          <li>&copy; Softlina <?php echo date('Y'); ?></li>
          <li><a class="footer-bottom-link" href="/tr/gizlilik-politikasi">Gizlilik Politikası</a></li>
          <li><a class="footer-bottom-link" href="/tr/kullanim-sartlari">Kullanım Şartları</a></li>
          <li><a class="footer-bottom-link" href="/tr/satis-sozlesmesi">Satış Sözleşmesi</a></li>
          <li><a class="footer-bottom-link" href="/tr/hakkimizda">Hakkımızda</a></li>
        </ul>
      </div>
      <div class="float-right">
        Türkiye(Türkçe) <strong class="caret"></strong>
      </div>
    </div>
  </div>
.footer-bottom{
  padding: 20px 0;
  background-color: #0e0e0e;
  font-family: Poppins;
  color: #fff;
}
mdo commented 6 years ago

Issues are for bug reports and feature requests, not general how-to questions. For that, we suggest the official Slack channel or Stack Overflow. Both are linked from our readme.

Thanks!