A
A
AndWEB2018-06-27 18:39:32
Layout
AndWEB, 2018-06-27 18:39:32

How to customize Bootstrap for such a grid?

How to customize Bootstrap for such a grid? How to type on such a grid? That is, there are 12 columns in the middle, but there is one column on both sides, and it is wider than those 12.5b33afafa2672245728245.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
iBird Rose, 2018-06-27
@iiiBird

the grid is standard 12 columns. and on the right and left 2 guides do not apply to the grid itself

A
Alexander Aksentiev, 2018-06-27
@Sanasol

there are 12 columns like in the bootstrap, except for the side incomprehensible spaces, which are obviously not part of the site.
What is the problem then? Everything should fit on the bootstrap grid normally

M
Maxim Timofeev, 2018-06-27
@webinar

<div class="container">
    <div class="row">
        <div class="col-1">1</div>
        <div class="col-1">2</div>
        <div class="col-1">3</div>
        <div class="col-1">4</div>
        <div class="col-1">5</div>
        <div class="col-1">6</div>
        <div class="col-1">7</div>
        <div class="col-1">8</div>
        <div class="col-1">9</div>
        <div class="col-1">10</div>
        <div class="col-1">11</div>
        <div class="col-1">12</div>
    </div>
</div>

and in short, what you call the extreme columns are the indents of the container

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question