Title: Need &quot;small&quot; help!
Last modified: August 22, 2016

---

# Need "small" help!

 *  [amRq7U](https://wordpress.org/support/users/amrq7u/)
 * (@amrq7u)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/)
 * Hi guys!
 * I need help with this small problem.
 * As you can see, in original theme you can see this space, but in my theme u can’t.
 * SS original: [http://i.imgur.com/ubhJ3Q7.png](http://i.imgur.com/ubhJ3Q7.png)
   
   SS of my theme: [http://i.imgur.com/1BLqkQ8.png](http://i.imgur.com/1BLqkQ8.png)

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

 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843701)
 * Hi amRq7U. Can you post a link to your site? Thanks.
 *  Thread Starter [amRq7U](https://wordpress.org/support/users/amrq7u/)
 * (@amrq7u)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843708)
 *  Thread Starter [amRq7U](https://wordpress.org/support/users/amrq7u/)
 * (@amrq7u)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843711)
 * [http://www.bhtruck.org](http://www.bhtruck.org)
 *  [Chitcher1](https://wordpress.org/support/users/chitcher1/)
 * (@chitcher1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843717)
 * Why not create a div after main-inner and give it a width of 100%?
 * Like This:
    CSS .grey-space{ width:100%; background-color:grey; }
 *     ```
       <div class="main">
         <div class="main-inner">
          *Your Content*
         </div>
         <div class="grey-space">
         </div>
        </div>
       ```
   
 *  [Chitcher1](https://wordpress.org/support/users/chitcher1/)
 * (@chitcher1)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843721)
 * Note*
 * When i give the div class=”main” a height of 2500px the right side is grey and
   the left side is not. Something goofy is going on with your positioning.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843722)
 * It’s because your site is using the “boxed” layout, and the theme demo site is
   using the “full-width” layout. You could achieve the same affect by adding this
   to your custom css:
 *     ```
       .boxed #page {
         padding-bottom: 60px;
       }
       ```
   
 *  Thread Starter [amRq7U](https://wordpress.org/support/users/amrq7u/)
 * (@amrq7u)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843739)
 * Not working.. 🙁
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843758)
 * You changed your site to the full-width layout and now there is more space above
   your footer. What’s not working?

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

The topic ‘Need "small" help!’ is closed to new replies.

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

 * 8 replies
 * 3 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/need-small-help/#post-5843758)
 * Status: not resolved