Topic: Change maximum number of columns

MarshallP free asked 2 years ago


Is it possible to change the max number of columns from 12 to 24? I am attempting to implement mdbootstrap in a large codebase that uses a customized 24 column boostrap grid.


Grzegorz Bujański staff answered 2 years ago


We do not plan to make such changes. You can try this solution:

<div class="row">
  <div class="col-6">
    <div class="row">
      <!-- 12 elements with class col -->
    </div>
  </div>
  <div class="col-6">
    <div class="row">
      <!-- next 12 elements with class col -->
    </div>
  </div>
</div>

It is not a perfect solution, but at the moment there is no other option.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.9.0
  • Device: Macbook
  • Browser: Chrome
  • OS: Mac OS Big Sur
  • Provided sample code: No
  • Provided link: No