Title: Help with Padding
Last modified: April 4, 2017

---

# Help with Padding

 *  Resolved [nlantz](https://wordpress.org/support/users/nlantz/)
 * (@nlantz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/)
 * I am unfamiliar with how to actually use padding for my website, but I think 
   that it will allow me to get rid of space between text and sections. When I put
   numbers in the padding section, nothing happens. What am I doing wrong? Is the
   a tutorial out there? I am working with the One Tone Pro Theme. Any help would
   be appreciated.

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

 *  [otpidusprime](https://wordpress.org/support/users/otpidusprime/)
 * (@otpidusprime)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8992398)
 * Hi [@nlantz](https://wordpress.org/support/users/nlantz/),
    It will be a great
   help in solving your issue if you just shared your website link. In that way 
   we can provide you the exact code to solve your problem and also explain it’s
   working.
 * Thanks.
 *  Thread Starter [nlantz](https://wordpress.org/support/users/nlantz/)
 * (@nlantz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8992410)
 * My website is natashalantz.com. Thank you. –Natasha–
 *  [otpidusprime](https://wordpress.org/support/users/otpidusprime/)
 * (@otpidusprime)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8992452)
 * Okay so are you taking about the padding between the **INTRODUCTIONS** and **
   OFFERINGS** section?
 *  Thread Starter [nlantz](https://wordpress.org/support/users/nlantz/)
 * (@nlantz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8992613)
 * Yes, I am talking about the padding between introductions and offerings, but 
   between any sections in general. And, if I can’t get the picture in my banner
   section to display properly, then I will need to do something about the large
   space between the banner section and the introductions. I have no idea where 
   to start when it comes to scaling my pictures. Some seem to work fine and others
   do not.
 *  [otpidusprime](https://wordpress.org/support/users/otpidusprime/)
 * (@otpidusprime)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8997176)
 * Okay, so i check out your site and i can see that some padding are considerably
   reduced maybe due to the added background images.
 * So i don’t know where you want to reduce the space exactly, but i will give you
   a general idea on how to do it.
 * **EXAMPLE:**
    If you have a section that has the following HTML and CSS code:**
   HTML:** <div class=”example-section”>THIS IS A TEXT</div> **CSS:**
 *     ```
       .example-section {
          padding: 70px; // spaces on all sides
       }
       ```
   
 * OR
 *     ```
       .example-section {
          padding: 70px 70px; // top and bottom spaces
       }
       ```
   
 * OR
 *     ```
       .example-section {
          padding: 70px 70px 70px 70px; // top right bottom left spaces
       }
       ```
   
 * Then to reduce the spaces just reduce the value of the padding CSS property, 
   like this:
 *     ```
       .example-section {
          padding: 10px; // spaces on all sides
       }
       ```
   
 * OR
 *     ```
       .example-section {
          padding: 20px 10px; // top and bottom spaces
       }
       ```
   
 * OR
 *     ```
       .example-section {
          padding: 10px 20px 10px 20px; // top right bottom left spaces
       }
       ```
   
 * I apologize for the delay in my response. Let me know if it helps 🙂
 *  Thread Starter [nlantz](https://wordpress.org/support/users/nlantz/)
 * (@nlantz)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-8998059)
 * Absolutely no worries about a delayed response. I am grateful for your time and
   thorough explanation. Yes, this does help:).
 *  [otpidusprime](https://wordpress.org/support/users/otpidusprime/)
 * (@otpidusprime)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-9005850)
 * [@nlantz](https://wordpress.org/support/users/nlantz/) awesome. Best wishes for
   your site 🙂

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

The topic ‘Help with Padding’ is closed to new replies.

## Tags

 * [padding](https://wordpress.org/support/topic-tag/padding/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [otpidusprime](https://wordpress.org/support/users/otpidusprime/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/help-with-padding/#post-9005850)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
