Kevin Powell - CommunityKP-C
Kevin Powell - Community2y ago
11 replies
Jeyco

Bootstrap

Hello,
There is an issue with the div number 3, where it skips a line (at width = 1263 pixels and below to be exact) eventho it's not supposed to, unless the screen is very small.
Am i missing something?
Thank you in advance.
--------------
<body>
    <section class="row mt-5 m-auto">
        <div class="col-3">
            <div class="row">
                <div class="col-1">1</div>
                <div class="col-1">2</div>
                <div class="col-10">3</div>
            </div>
        </div>
        <div class="col-5">4</div>
        <div class="col-4">5</div>
    </section>
</body>
image.png
image.png
Was this page helpful?