Title: Add padding under header
Last modified: September 21, 2016

---

# Add padding under header

 *  [reimodels](https://wordpress.org/support/users/reimodels/)
 * (@reimodels)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/add-padding-under-header/)
 * Hello guys!
    I’ve installed a wordpress blog inside my web, and gave it the same
   theme style. Everything works fine except 2 things, the width oft he content 
   is 840px by default, I tried changing it to 1200px, but nothing happened. And
   second, the content is cropped at the top, behind the header, how can I solve
   this? Here is the site: [http://mariarei.com/blog-boxed.html/](http://mariarei.com/blog-boxed.html/)
 * I want to add, I’ve modified the twentysixteen original theme.
    (sorry if my 
   english is not perfect).

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

 *  [Abdul Samad](https://wordpress.org/support/users/abdul-samad-k-t/)
 * (@abdul-samad-k-t)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/add-padding-under-header/#post-8204851)
 * Firstly, Please create a child theme before adding styles.
 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/add-padding-under-header/#post-8204984)
 * Hello [@reimodels](https://wordpress.org/support/users/reimodels/)
 * To change the width of the content use the below css .
 *     ```
       .entry-content {
           width: 855px !important;
       }
       ```
   
 *  You can adjust the width according to your need.
 * And answer to your second question is , to prevent the content from being cropped
   you can use the below CSS
 *     ```
       div#content {
           margin-top: 20px;
       }
       ```
   
 * Hope this will resolve your issue.
 * Best Regards!!

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

The topic ‘Add padding under header’ is closed to new replies.

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/add-padding-under-header/#post-8204984)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
