Title: Increase post width
Last modified: August 21, 2016

---

# Increase post width

 *  [linz6786](https://wordpress.org/support/users/linz6786/)
 * (@linz6786)
 * [13 years ago](https://wordpress.org/support/topic/increase-post-width/)
 * I am using the Bueno theme for my website [here.](http://rantsandrehabilitation.com/)
 * I would like to keep the main post border width the same but decrease the margins
   around the text and images. ie bump up the width of the text to almost the same
   width as the main post border width.
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * (@nikov)
 * [13 years ago](https://wordpress.org/support/topic/increase-post-width/#post-3770494)
 * Hey there,
 * If there is a custom css option in bueno this code should do the trick.
 *     ```
       .entry {
         margin-left: -32px;
         overflow: hidden;
         width: 555px;
       }
       ```
   
 * Adjust the margin and width as you please 🙂
 * If there isn’t an custom css option i suggest you [use a child theme](http://codex.wordpress.org/Child_Themes).
   This way customications ain’t lost when the theme is updated or use a [custom css plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   to do the same thing.
 * Hope it helps! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Increase post width’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Niko Vittaniemi](https://wordpress.org/support/users/nikov/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/increase-post-width/#post-3770494)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
