Y
Y
Yura Storchak2019-12-07 00:36:56
css
Yura Storchak, 2019-12-07 00:36:56

For mobile layout, the screen width up to 1801 px does not work when changing the order of elements order: 1; flex-wrap: wrap;?

https://codepen.io/yrchik/pen/abbzOOY
Tell me, for mobile layout, the screen width up to 1801 px does not work
order: 1;
flex-wrap: wrap;
In general, you need .test-wrapper in the column to be at the top, and at the bottom to be .video-reviews-wrapper , what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dymok, 2019-12-07
@yrchi_k

order is set for flex items, not the flex container, but you have it .video-reviews-wrapperinside.test-wrapper

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question