Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 22, 2024Dec 22 @Ehren, is there any theme setting or a custom CSS I can use to make the block of grid from Downloads index smaller? Particularly I found it very big. Thank you.
December 23, 2024Dec 23 Solution Hey, This will reduce the size of the grid on the Downloads page when viewing a category. If I'm misunderstood the page you're referring to, let me know: /* Reduce size of downloads page grid */ .ipsData--download-file-table{ --i-data--basis: 260px; }
December 23, 2024Dec 23 Author Sorry @Ehren, my bad. I meant the carousel (not grid) in the Downloads index (What’s New, etc).
December 25, 2024Dec 25 No worries. The What's New carousel can be adjusted using: .ipsData--downloads-whats-new{ --i-data--basis: 200px; /* The width of each item */ --i-data--max: 99; /* The maximum number of columns visible at one time. By default, this is 4, but 99 effectively removes this limit */ } :