A
A
Andrew Ghostuhin2015-04-08 03:23:14
Bootstrap
Andrew Ghostuhin, 2015-04-08 03:23:14

Bootstrap Custom Footer?

Good night colleagues
There is a problem that I solved, but I don’t like the method ... I want to see your suggestions for its implementation, a little brainstorming, so to speak ...
There is a basement construction of this kind:
WpAAz8Q6ir
I tried a variety of ways to solve this problem, and, alas, ah , I didn’t find anything better than the fucking position: absolute for the block with Forbes, I’m interested in your ways of solving this problem ...
I would be grateful for any questions and answers
PS: Don’t ask about preprocessors and template engines ... no one has ever dealt with the front here ... everything is in progress

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Pasyuk, 2015-04-08
@Torin_Asakura

Either I'm a fool, or the skis don't work. Try this design.

<footer>
  <div class="container">
    <div class="row">
      <div class="col-md-8">
        <div class="row">
          <div class="col-md-5">
            <h4>О проекте</h4>
            <ul>
              <li>1</li>
              <li>2</li>
              <li>3</li>
            </ul>
          </div>
          <div class="col-md-7">
            Лого Forbes
          </div>
        </div>
        <div class="row">
          <div class="col-md-12">
            Копирайт
          </div>
        </div>
      </div>
      <div class="col-md-4">
        Врачам и клиникам
        <ul>
          <li>Один</li>
          <li>Тор</li>
        </ul>
      </div>
    </div>
  </div>
</footer>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question