I’m really challenged by CSS but hoping someone can help me do something fairly simple to change the styling on a custom collection. When you use the card background there is a lot of space between the elements and on the top and bottom.
So for example I would like “Blocks” to sit closer to “Opus” and also reduce the space above Opus and below “Blocks”
Alternately, if the background is NOT a card, the look is very confusing since everything runs together and there is no mouseover highlight that tells the user they can select something. How would I had a bottom border to the non-card layout and have it highlight upon hover
@Eric_Penn Thanks. Great resource I had forgotten about. @ThinhDinh, it does need to be a custom collection because I have some custom butttons that I created with the AI component that I want to deploy.
Ok, so experimenting a bit with it and relying on one entry from @ThinhDinh (and some input from ChatGPT) I was able to achieve most of what I want for the non-card layout. I think my css is probably bloated. Any advice on cleaning it up would be great.
Also, there is one weird thing happening at the top which is that in adjusting the margins, the component sneaks up into the search field. I assume I need to have a different margin that applies to the very first item but not sure how to do that.