Jump to content

Featured Replies

Posted

@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.

Solved by Ehren

Go to solution
  • 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;
}

 

  • Author

Sorry @Ehren, my bad. I meant the carousel (not grid) in the Downloads index (What’s New, etc).

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 */
}

:

Recently Browsing 0

  • No registered users viewing this page.