Advertisement
menjaj01

Untitled

May 12th, 2025
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.28 KB | None | 0 0
  1. @media (max-width: 767px) {
  2.   /* ensure it’s flex on mobile */
  3.   .custom-column-order.is-layout-flex {
  4.     display: flex;
  5.   }
  6.  
  7.   /* swap only inside this container */
  8.   .custom-column-order .column1 {
  9.     order: 2;
  10.   }
  11.   .custom-column-order .column2 {
  12.     order: 1;
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement