Hi @stupsi99,
Thanks for reaching out.
I checked and it appears you set them as an image as your current solution. Changing the number of columns requires custom CSS and it depends on how many columns as well. It’s because each set of columns are grouped by rows, so even if there are 3 columns and 2 rows (6 in total). The result will be like this
[col][col][col]
[col][col][col]
to
[col][col]
[col]
[col][col]
[col]
The image is a good solution, or custom CSS while maintaining 4 columns instead of 3 so either way, it will result to
2 columns. Please provide a sample where those columns are and we’ll check if it’s possible with simple CSS.
Thanks!