Title: Margin
Last modified: January 16, 2019

---

# Margin

 *  Resolved [edzayann](https://wordpress.org/support/users/edzayann/)
 * (@edzayann)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/margin-14/)
 * Hi,
    Just wondering if the 0px Margin in the body is default in the theme ? Is
   there a way to change that in the customizing ? I didn’t realize that detail 
   at first, and it’s not very aesthetic.. Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmargin-14%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ionut Tudose](https://wordpress.org/support/users/ionuttudose/)
 * (@ionuttudose)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/margin-14/#post-11099130)
 * Hello,
 * Please, use this extra CSS code for your issue :
 *     ```
       .home .page-content{
           padding-top:0 !important;
           padding-bottom:0 !important;
       }
       ```
   
 * The default was 6 rem for both padding top and bottom.
 * You can change the value of the padding according to your needs.
 *  Thread Starter [edzayann](https://wordpress.org/support/users/edzayann/)
 * (@edzayann)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/margin-14/#post-11099921)
 * Thanks for the reply Ionut.
 * I changed it this way in the custom CSS manager
 *     ```
       p,h1,h2,h3,h4 {
       margin-right: 10px;
       margin-left: 10px;
       }
       ```
   
 * to have a margin on any pages as it is more aesthetic i think.

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

The topic ‘Margin’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/highlight/1.0.66/screenshot.jpg)
 * Highlight
 * [Support Threads](https://wordpress.org/support/theme/highlight/)
 * [Active Topics](https://wordpress.org/support/theme/highlight/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/highlight/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/highlight/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [edzayann](https://wordpress.org/support/users/edzayann/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/margin-14/#post-11099921)
 * Status: resolved