How to Adjust Display of CMS Filter Display

I have created a multiple choice filter for a repeater connected to CMS data on Wix Studio and it seems the only way it will display on the page is all filters options listed vertically. I would prefer to have these options displayed horizontally instead and curious if there is an option to do this? In the layout settings, I do not see a way to change this and the size height for this element does not allow me to change it either.

I do not have much CSS or coding knowledge - if there is some easy way to have 3 columns horizontally populating first and then going to the next row instead of one vertical line of options, it would be ideal.

Grateful for any direction or clarification on this…

1 Like

I believe the only way to achieve this would be to use a standard checkbox for each selections and some code to filter if multiple are selected.

Or use the Selection Tags input element for a different design.

Thanks for your feedback. That’s what I’m guessing. May update my layout so the filters are in a long column on the left with repeater content on the right.

Selection tags work great and it’s a more modern design.