Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media (max-width: 767px) {
- /* ensure it’s flex on mobile */
- .custom-column-order.is-layout-flex {
- display: flex;
- }
- /* swap only inside this container */
- .custom-column-order .column1 {
- order: 2;
- }
- .custom-column-order .column2 {
- order: 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement