Horizontal reorderable list

Hi everyone,

I’ve been trying to create a horizontal reorderable list, but I’m running into an issue where the list only displays vertically.

What I want is for the items (images) to be laid out horizontally, and then be draggable so I can reorder them by dragging. If you check my second image, that’s exactly the layout and behavior I’m aiming for.

I’ve already tried using WeWeb AI, but that didn’t work at all. I also tried creating a custom component with AI, but I couldn’t get that to work either.

This feels like it should be a very simple thing, but I’ve been stuck on it for several hours now and can’t figure out what I’m missing.

Any help or guidance would be greatly appreciated :folded_hands:

Thanks in advance!

list 2Skärmbild 2026-01-22 213922

Hi @Mevan , welcome back :waving_hand:

Congrats on trying many solutions, you were close!

You just need to add custom CSS to your list: display: flex; gap: 8px; or flex-direction: row;

I got the solution from these 2 posts:

1 Like