Default section padding
-
I want to give all sections a default left and right padding of 20px, without having to manually set it for each and every new section. This enforces consistency of spacing at the left and right edge of the screen on mobile.
I know I can save a section to resuse in the library…. but is the only way otherwise to set the following CSS rule? Or am I missing a ‘default padding’ setting somewhere?
.elementor-row {
padding-left: 20px;
padding-right: 20px;
}Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Default section padding’ is closed to new replies.