Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
Adriano Faria Posted December 22, 2024 Posted December 22, 2024 @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.
Solution Ehren Posted December 23, 2024 Solution Posted December 23, 2024 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; } SC36DC, Adriano Faria and SeNioR- 3
Adriano Faria Posted December 23, 2024 Author Posted December 23, 2024 Sorry @Ehren, my bad. I meant the carousel (not grid) in the Downloads index (What’s New, etc).
Ehren Posted December 25, 2024 Posted December 25, 2024 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 */ } : Adriano Faria and SC36DC 1 1
Recommended Posts