Advertisement
fauzanjeg

Fix gap in Elementor

Feb 28th, 2021
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. /* Fix gap in Elementor */
  2. .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  3.     padding: unset;
  4. }
  5.  
  6. @media only screen and (max-width: 1024px) {
  7.     .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  8.         padding: 10px;
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement