hi,
is it possible to define order of items and/or number of items to show in a column for flex box?
I have HTML sitemap on my page where “posts” and “categories” appear on the left column and pages on the right column.
How should I change my css code so that ONLY “posts” sit on the left column and “categories” & “pages” on the right column? Also is it possible to change the order of items, ie can I put “categories” first then “pages” on the right column?