You cannot use Bootstrap because Cassiopea does not use Bootstrap grid system in main layout.I have done something similar with bootstrap studio using columns but I have had a hard time taking that knowledge and bringing it over to this situation.
You can write own code for this and can create a classes for using in modules.
Example:
Code:
/* Override for flex wrapper */.container-bottom-a { flex-wrap: wrap !important;}/* Override for flex item */.container-bottom-a>* { flex: 0 0 auto;}/* Module classes. You can use them in Advanced > Module Class field *//* 100% width */.module-width-100 { width: 100%;}/* 50% width */.module-width-50 { width: calc(50% - .5em);}/* and ect */
Statistics: Posted by Pavel-ww — Thu Feb 15, 2024 12:06 pm