Title: 2011 Child Issues
Last modified: August 20, 2016

---

# 2011 Child Issues

 *  [creativkook](https://wordpress.org/support/users/creativkook/)
 * (@creativkook)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/2011-child-issues/)
 * I am trying to adjust the layout of a test site, to allow the content on both
   posts and pages to expand all the way to the right. While tinkering with my Child
   theme code (I am relatively new to this extensive editing of WordPress themes
   and child themes in general), I have somehow created an issue where the pages
   have the bottom scroll bar, even though the content itself doesn’t extend out
   that far. The actual pages not only don’t extend all the way out, they also have
   the bottom scroll bar as well. The site is viewable here: [http://aquathistle.com/aircomfort/](http://aquathistle.com/aircomfort/).
   My main goal is just to get the text in the #content area to extend all the way
   to the right with just about a 5px margin there for readability.

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [13 years, 8 months ago](https://wordpress.org/support/topic/2011-child-issues/#post-2993272)
 * > I have somehow created an issue where the pages have the bottom scroll bar,
 * Try adding this to your Child Theme
 *     ```
       #access {
        padding-left: 0;
       }
       ```
   
 * Or try the suggestion below:
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/2011-child-issues/#post-2993274)
 *     ```
       #access {
           background: none repeat scroll 0 0 #CC3333;
           display: block;
           float: left;
           margin-top: 0;
           padding-left: 80px;
           width: 100%;
       }
       ```
   
 * It’s the `width: 100%;`.

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

The topic ‘2011 Child Issues’ is closed to new replies.

 * 2 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [13 years, 8 months ago](https://wordpress.org/support/topic/2011-child-issues/#post-2993274)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
