Hi @gbensonii.... - this is confusing to me because I see throughout the css of the default cassiopea things like - <div class="site-grid"> and <div class="grid-child...etc. so I just assumed that was the bootstrap grid system
These classes do not indicate Bootstrap and have nothing to do with it. And these are not service classes of some framework.
If it were Bootstrap, you would see something like this.
Code:
<div class="container"> <div class="row"> <div class="col"> Column </div> <div class="col"> Column </div> <div class="col"> Column </div> </div></div>
You should study this technology
https://www.w3schools.com/css/css_grid.asp
https://youtu.be/rg7Fvvl3taU?si=Q_my5X3nH5jdN-MR
You should also study Bootstrap in the original, but not through apps like Bootstrap Studio. So that you can determine the code belonging to Bootstrap by service classes. And use them if necessary.
https://getbootstrap.com/docs/5.0/layout/grid/
Statistics: Posted by Pavel-ww — Fri Feb 16, 2024 8:07 am