Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. @media only screen and ( max-width: 980px ) {
  2. .myclass.et_pb_section {
  3. background-image: url('your_image_url') !important;
  4. }
  5. }
  6. @media only screen and ( max-width: 480px ) {
  7. .myclass.et_pb_section {
  8. background-image: url('your_image_url') !important;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement