If you are not concerned about viewport-dependent column sizes, then you can use the non-breakpoint-specific column classes: col-*. Using these classes, you can both set equal-width columns and specify your exact column sizes. Using equal-width columns, our aforementioned nested print sizes example will translate into the following (note the use of the unnumbered col class):
<div class="col-6 col-sm-3"> <h5>Extra Large</h5> <div class="row"> <div class="col">24x36</div> <div class="col">27x39</div> <div class="col">27x40</div> </div></div>
Since this feature also relies on Flexbox, it is important to note the following observation taken from the Bootstrap 4 documentation: