Title: Adjust text Margins/Padding
Last modified: August 19, 2016

---

# Adjust text Margins/Padding

 *  Resolved [amodernproposal](https://wordpress.org/support/users/amodernproposal/)
 * (@amodernproposal)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/adjust-text-marginspadding/)
 * Hi,
 * I want to move my text in about 1/2″ on each side, how do I change this so it
   doesn’t go all the way to the side of the “white” part.
 * [Blog](http://edmontonweddingplanner.amodernproposal.com)
 * Thank you!

Viewing 1 replies (of 1 total)

 *  [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * (@tugbucket)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/adjust-text-marginspadding/#post-1306607)
 * find:
 *     ```
       .entry {
       overflow:hidden;
       }
       ```
   
 * make it:
 *     ```
       .entry {
       overflow:hidden;
       padding: 0 30px;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Adjust text Margins/Padding’ is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [tugbucket](https://wordpress.org/support/users/tugbucket/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/adjust-text-marginspadding/#post-1306607)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
