Home › Forums › Support › Edit Padding in Columns (Elementor) This topic has 5 replies, 3 voices, and was last updated 3 years, 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 1, 2019 at 6:17 am #798606 Felix Hi, I want to edit the global Paddings (and Margins) for all Columns. Right now i had to edit every single Column by its own. Im sure there is a more elegant way to define it globaly. pls help February 1, 2019 at 6:27 am #798622 DavidStaff Customer Support Hi there, Elementor doesn’t apply a global control for padding, but you could try this CSS: .elementor-row>.elementor-column>.elementor-element-populated { padding: 20px !important; } This is out of our scope so we can’t really offer much more than this. February 1, 2019 at 6:47 am #798648 Felix thanks david! is this the same for mobile? February 1, 2019 at 6:51 am #798719 DavidStaff Customer Support For mobile you could try this rule using a media query: @media (max-width: 768px) { .elementor-row>.elementor-column>.elementor-element-populated { padding: 20px !important; /* adjust for mobile */ } } December 30, 2019 at 9:39 am #1117659 Jos Nice CSS to get great results. Great tip David. Greets, Jos December 30, 2019 at 11:24 am #1117757 DavidStaff Customer Support Glad you found it useful 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In