Title: Default section padding
Last modified: October 31, 2016

---

# Default section padding

 *  [Dave Foy](https://wordpress.org/support/users/fuzzyness/)
 * (@fuzzyness)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/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)

 *  [Boaz](https://wordpress.org/support/users/boazpojo/)
 * (@boazpojo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8380985)
 * Hi [@fuzzyness](https://wordpress.org/support/users/fuzzyness/),
    You can add
   CSS, but if you are talking about section you need this:
 *     ```
       .elementor-section {
           padding-left: 20px;
           padding-right: 20px;
       }
       ```
   
 *  Thread Starter [Dave Foy](https://wordpress.org/support/users/fuzzyness/)
 * (@fuzzyness)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8381748)
 * Thanks for the tip [@boazpojo](https://wordpress.org/support/users/boazpojo/).
 * Will there likely be a global default setting for padding on sections in future?
   It would really help with consistency, especially if multiple people are editing
   page designs.
 *  Thread Starter [Dave Foy](https://wordpress.org/support/users/fuzzyness/)
 * (@fuzzyness)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8381766)
 * Also, if I use .elementor-section then the CSS is overriden by (in the case of
   example) in the styles in the <head>:
 *     ```
       .elementor-element.elementor-element-84qy3ti {
           padding: 0px 0px 0px 0px;
       }
       ```
   
 * Whereas .elementor-row isn’t overriden by anything, and has the desired effect
   of creating some left and right padding on mobile.
 *  [dasigna](https://wordpress.org/support/users/dasigna/)
 * (@dasigna)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8388187)
 * the padding-thing in my opinion is still something to look after… suggested that
   before.
 * there are cases, where one have to deal with general padding for pages to match
   certain needs. “.elementr-row” is great for that – but not the ideal option when
   only needed on some pages and e.g. not on single-post or archive pages.
 * so it still would be VERY helpful, if there would be an option to set row and
   maybe also section padding in general for every page where EL is used and of 
   course with the ability to disable or edit per page when needed.
 * would be some big step ahead – and obviously not only for me 🙂
 *  Thread Starter [Dave Foy](https://wordpress.org/support/users/fuzzyness/)
 * (@fuzzyness)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8388193)
 * Agreed [@dasigna](https://wordpress.org/support/users/dasigna/). 🙂
 *  [Boaz](https://wordpress.org/support/users/boazpojo/)
 * (@boazpojo)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8396231)
 * Hi [@fuzzyness](https://wordpress.org/support/users/fuzzyness/),
    If you don’t
   set a specific padding in the editing panel, you aren’t suppose to experience
   any conflict with custom CSS.
 * If you want to set it only on certain pages you can always give a class with 
   the page’s ID – `.page-id-xx`.
 * Anyway, this is something we will add in the future.
    Somebody already opened
   an [issue for this on our Github](https://github.com/pojome/elementor/issues/632).

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Default section padding’ is closed to new replies.

 * ![](https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228)
 * [Elementor Website Builder - more than just a page builder](https://wordpress.org/plugins/elementor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementor/)
 * [Active Topics](https://wordpress.org/support/plugin/elementor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementor/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Boaz](https://wordpress.org/support/users/boazpojo/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/default-section-padding/#post-8396231)
 * Status: not resolved