EduardET

change columns order

Mar 16th, 2020
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. @media(max-width: 980px) {
  2.     .custom_section .et_pb_row {
  3.         display: grid;
  4.     }
  5.     .custom_section .et_pb_row .et_pb_column:first-child {
  6.         order: 2;
  7.     }
  8.     .custom_section .et_pb_row .et_pb_column:last-child {
  9.         order: 1;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment