Sort button question

Hi,
Is there a way to hide the grid and list view button and leave only the shuffle button? Using the sort i created filtered portfolio with about 20 foundry cards but when the client selected the list view button he gets a long column with the cards super sized across the page so he asked if I can just not have those 2 buttons. Or is there a way to stop the cards from enlarging across the page. Thanks

No, sorry there isn’t. Those buttons are always there.

The Sort Items extend to the width of the parent stack(s) they’re placed in. A Container stack limits the width of content placed within it. Placing the Sort stack within a Container will contain its overall width.

You can place a Container in individual sort items, but you have to remember this only limits the content within the item. Not the item itself.