faisalahammad

FF - Make the checkbox in a single row in mobile

Mar 4th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. @media all and (max-width: 568px) {
  2.     .mobile-one-col .frm_opt_container {
  3.         grid-template-columns: repeat(1, 1fr) !important;
  4.     }
  5. }
Advertisement
Add Comment
Please, Sign In to add comment