I’ve been struggling to achieve the following: My desktop view has a three column layout. The two columns on the left contain one collection list. Unfortunately the sorting order (according to date) is not from left to right but goes down column 1 first, then continues at the top of the second column, going down again:
Thats because you have that collection list set to go horizontally which will always load top to bottom. What you want to do is remove all the styling and then change it to 2 columns.
Well I’m not really sure whats going on with your layout. There seems to be all kinds of extra collection lists with symbols. It’s a bit hard to understand whats going on and what you were trying to do. But heres how you would normally adjust a collection list from vertical to horizontal.