But the “iDeal” item is sorting after Z when it should be after H.
It previously used to be set to “coming soon” but is not anymore and has been published. So not sure what is causing the issue.
When sorting Collection List items in Webflow, the sorting is case-sensitive. That means uppercase letters (like “Apple”) will come before lowercase ones (like “apple”), even if the words are otherwise identical.
So if your list looks out of order, it’s probably because of mixed casing.
The Fix: To keep things tidy, try normalizing the text (all lowercase or all capitalized) in your CMS, or use a separate field specifically for sorting.