Example: This is my subforums:
M mirko_sofer New member Registered Joined Oct 21, 2023 Messages 3 Points 1 Reputation: Dec 19, 2023 #1 Example: This is my subforums:
Splicho Synapse-Themes.cc Owner Staff member Moderator Collaborate Registered Joined Jan 21, 2022 Messages 839 Points 153 Reputation: Dec 19, 2023 #2 You can do this with Display: Grid. CSS: .YourSubNodeListClass { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 1rem; }
You can do this with Display: Grid. CSS: .YourSubNodeListClass { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); grid-gap: 1rem; }