Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.73 KB | None | 0 0
  1. @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  2.   .elementor-element.elementor-element-179cf4c.elementor-widget.elementor-widget-spacer {
  3.     display: none;
  4.   }
  5. }
  6.  
  7. /*
  8.   ##Device = Low Resolution Tablets, Mobiles (Landscape)
  9.   ##Screen = B/w 481px to 767px
  10. */
  11.  
  12. @media (min-width: 481px) and (max-width: 767px) {
  13.   .elementor-element.elementor-element-179cf4c.elementor-widget.elementor-widget-spacer {
  14.     display: none;
  15.   }
  16. }
  17.  
  18. /*
  19.   ##Device = Most of the Smartphones Mobiles (Portrait)
  20.   ##Screen = B/w 320px to 479px
  21. */
  22.  
  23. @media (min-width: 320px) and (max-width: 480px) {
  24.   .elementor-element.elementor-element-179cf4c.elementor-widget.elementor-widget-spacer {
  25.     display: none;
  26.   }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement