Here isIdeally, I would like them to display in 4 columns. So four across, then another four across, and so on.
Code:
.newsflash {display: grid;grid-template-columns: repeat(4, 1fr);}
Better to add your own class name to the module settings (Advanced Tab) and use it instead of .newsflash selector in the code
Statistics: Posted by Pavel-ww — Fri Apr 19, 2024 12:12 pm