That's great, thank you so much Pavel. Is it possible to add padding/space between each column?
Also, using it seems like using my own class name puts everything in one column straight down, the rest of the columns are empty.
Also, using it seems like using my own class name puts everything in one column straight down, the rest of the columns are empty.
Here isIdeally, I would like them to display in 4 columns. So four across, then another four across, and so on.ResultCode:
.newsflash {display: grid;grid-template-columns: repeat(4, 1fr);}
1.jpg
--
Better to add your own class name to the module settings (Advanced Tab) and use it instead of .newsflash selector in the code
2.jpg
Statistics: Posted by williama — Fri Apr 19, 2024 7:45 pm