Advertisement
coffeeandphotos

SNIPPET: Hiding and showing sections on Home Mobile/desktop

May 16th, 2024
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. // Hiding and showing sections on Home Mobile/desktop
  2. @media screen and (max-width: 641px) {
  3. section[data-section-id="64ebc5b2f3bbbd56308e6cf5"] {
  4.  display:none !important;
  5.   }
  6. }
  7. @media screen and (min-width: 641px) {
  8. section[data-section-id="64ebc5a3d0e4a46a28d88f35"] {
  9.  display:none !important;
  10.   }
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement