Title: contents going outside margin
Last modified: August 21, 2016

---

# contents going outside margin

 *  Resolved [silvershine](https://wordpress.org/support/users/silvershine/)
 * (@silvershine)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/contents-going-outside-margin/)
 * Hi, my whole site uses the “default template” but on one of the pages I want 
   to use the “full width template”. When I selected the full width template, the
   contents of the page overlap the background to the right of the margin: [http://workingparenting.com/classes-workshops/](http://workingparenting.com/classes-workshops/)
   
   Is this an easy fix? Thank you.

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

 *  [AC](https://wordpress.org/support/users/soco/)
 * (@soco)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/contents-going-outside-margin/#post-5071756)
 * Hi,
    Yes this would be a relatively simple fix. Add the follow code to you css.
   Make sure its the custom css and not the css in the editor area.
 *     ```
       .entry-content, .entry-summary {
           margin: 1.5em 40px 0px;
       }
       ```
   
 * Let me know if this helps.
 *  Thread Starter [silvershine](https://wordpress.org/support/users/silvershine/)
 * (@silvershine)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/contents-going-outside-margin/#post-5071761)
 * It worked beautifully. Thank you so much AC!

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

The topic ‘contents going outside margin’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fruitful/3.8.2/screenshot.png)
 * Fruitful
 * [Support Threads](https://wordpress.org/support/theme/fruitful/)
 * [Active Topics](https://wordpress.org/support/theme/fruitful/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fruitful/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fruitful/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [silvershine](https://wordpress.org/support/users/silvershine/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/contents-going-outside-margin/#post-5071761)
 * Status: resolved