Badges default order

I know that maybe has already been discussed but it would be great if you guys could sort them by type (see pic) inside each group or maybe add a drag and drop feature in the admin > badges list.

I’ve manually changed the order via CSS flex order, but it takes a bit of time cause the layout also must be changed cause .badge-card.medium:nth-of-type(3n) { margin-right: 0; } won’t work anymore.

3 Likes