Replies: 2 comments 1 reply
|
Basically I would like to change the ulkit grid "uk-width-large-3-4" 4 columns into 6 columns, but i don't know where to do the change so it's clean. I'm using the light standard theme. Thanks for your feedback |
0 replies
|
Hi, I guess the easiest way is to add the following custom CSS: .cards {
grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}You can change |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear all
I am currently trying to build a catalog of objects (portfolio of a collection) with Automad 1. I would like to know if there is a simple way to modify the number of horizontal items in the pagelist module (if pagelist was creating a grid, we here speak about the number of columns) ? Currently this value is 3 and is making rather large items on the page. Many thanks in advance for your feedback Best regards
Jasposiris
All reactions