Option I: Collection list with flexbox
flex-direction: Set the direction of the flexible items inside the <div> element in reverse order. Read more
Follow this tutorial:
Next go to - dynamic-list element (Your "flex container") - and check “reverse layout” .
flex-direction: row-reverse; in this case (for rows).
Webflow docs (under “Reverse layout”):
https://university.webflow.com/article/intro-to-flexbox
Option II: By Collection list layout setting:
“No way” by the UI (See this wishlist topic) -
but one line of custom css should solve this (Change the float from right to left)
Read more her:

