Hi.
Card, noCard do not matter. You will not achieve anything trying to choose a module class or layout.
To work with Cassiopea, you need to understand the construction of its layout, have knowledge of Flexbox CSS and CSS Grid and have skills to work with browser Dev Tools. Having all this you can make any appearance. Even the most exotic.
Try this.
If this does not help, provide a link to your site
Card, noCard do not matter. You will not achieve anything trying to choose a module class or layout.
To work with Cassiopea, you need to understand the construction of its layout, have knowledge of Flexbox CSS and CSS Grid and have skills to work with browser Dev Tools. Having all this you can make any appearance. Even the most exotic.
Try this.
Code:
.container-bottom-a { flex-wrap: wrap;}.container-bottom-a>* { flex: 0 0 calc(50% - .5em);}.container-bottom-a>*:first-child { flex: 0 0 100%;}
Statistics: Posted by Pavel-ww — Thu Feb 15, 2024 8:27 am