G
G
game8022016-11-09 00:49:56
css
game802, 2016-11-09 00:49:56

How to implement container-fluid in container-fluid?

Good night dear experts. I would like to ask you a question about the implementation of this feature. I’ve already broken my whole head .... but I didn’t manage to dig out the solution like that.
7c8065bdd38046a69545cc984b44a030.png
There is a footer > its background stretches across the width of the screen container-fluid'om
In the footer'e, everything is divided into col-md-3 columns, each of which contains this or that information.

<footer>
    <div class="container-fluid">
        <div class="row footer-back">
            <div class="container">
                <div class="footer">
                    <div class="col-md-3">
                        <ul>
                            <li></li>
                            <li></li>
                        </ul>
                    </div>

                    <div class="col-md-3">
                        <ul>
                            <li></li>
                            <li></li>
                        </ul>
                    </div>

                    <div class="col-md-3">
                        <ul>
                            <li></li>
                            <li></li>
                        </ul>
                    </div>

                    <div class="col-md-3">
                        <ul>
                            <li></li>
                            <li>
                                <ul class="social">
                                    <li></li>
                                    <li></li>
                                </ul>
                            </li>

                            <li class="sale">Мы принимаем к оплате</li>
                            <li>
                                <ul class="sale-card">
                                    <li><img src="src/images/png/visa.png" alt=""></li>
                                    <li><img src="src/images/png/mastercard.png" alt=""></li>
                                    <li><img src="src/images/png/yandexmoney.png" alt=""></li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>

I don’t quite understand how to put container-fluid into container-fluid in order to stretch this band.
Maybe I'm doing something wrong? Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey B., 2016-11-09
@game802

https://jsfiddle.net/p82tk03s/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question