Title: [Theme: Catch Box] CSS padding probs
Last modified: August 20, 2016

---

# [Theme: Catch Box] CSS padding probs

 *  Resolved [strasse](https://wordpress.org/support/users/strasse/)
 * (@strasse)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/)
 * Hi,
 * Having again some troubles with the css. So i have this page where I chose to
   use the page template without sidebar
 * the problem is that the content text on this pages is cut off somewhere in the
   middle of the page, and I want it to go through close to the right border.
 * I found this, tried playing with it, but don’t find the solution. Strange since
   I can put my text as far from the left border as I want when I am editing this
   code :
 *     ```
       .singular .entry-header, .singular .entry-content{
       margin: 0 0 0 75px;
       padding:  0;
       }
       ```
   
 * suggestions? wrong css class/id? wrong code? wrong me? 🙂
 * site url with page that is template page without sidebar : [http://www.benelux-iwa.com/hoe-werken-wij/](http://www.benelux-iwa.com/hoe-werken-wij/)
 * [http://wordpress.org/extend/themes/catch-box/](http://wordpress.org/extend/themes/catch-box/)

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/#post-2952535)
 * `.entry-content` is restricted to `width: 68.9%;` in style.css;
 * add for instance `width: 90%;` to your posted style;
 * also possibly reduce the left/right margins in:
 *     ```
       .singular.page .hentry{
       padding: 0.5em 2em 2em;
       }
       ```
   
 *  Thread Starter [strasse](https://wordpress.org/support/users/strasse/)
 * (@strasse)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/#post-2952537)
 * I tried them both before and just did it again but it doesnt work.
 * I really can’t find what is wrong.
 * I think it has something to do with the page without sidebar -template but don’t
   know really…
 * other suggestions?
 *  Thread Starter [strasse](https://wordpress.org/support/users/strasse/)
 * (@strasse)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/#post-2952540)
 * wooot fixed it. There was a , on a space where there should be a dot.
 * your solution was right, thanks alchymyth The Sweeper!
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/#post-2952541)
 * > add for instance width: 90%; to your posted style;
 * the idea was to add the width into your styles;
    i.e.:
 *     ```
       .singular .entry-header, .singular .entry-content {
       margin: 0 0 0 75px;
       padding:  0;
       width: 90%;
       }
       ```
   
 * adjust the 90% number value.
 * if you want the whole text more to the left, consider to reduce the 75px left
   margin.

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

The topic ‘[Theme: Catch Box] CSS padding probs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/catch-box/5.0.2/screenshot.png)
 * Catch Box
 * [Support Threads](https://wordpress.org/support/theme/catch-box/)
 * [Active Topics](https://wordpress.org/support/theme/catch-box/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/catch-box/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/catch-box/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/theme-catch-box-css-padding-probs/#post-2952541)
 * Status: resolved