Title: css problem
Last modified: August 19, 2016

---

# css problem

 *  [marvelousstudio](https://wordpress.org/support/users/marvelousstudio/)
 * (@marvelousstudio)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/)
 * I have been customizing some and now have an issue I can’t find the problem to.
   If you look towards the bottom of a page you will see the “white” background 
   does not go fully across the size of the blog page.
 * On the main page it is on the right side – notice at the bottom on the side bar.
   [http://marvelousstudio.com/blog/](http://marvelousstudio.com/blog/)
 * On other pages it may appear on the left. [http://marvelousstudio.com/blog/?page_id=183](http://marvelousstudio.com/blog/?page_id=183)
 * Anyone know what the css style might be so I can fix it?
 * Thank you in advance.
 * suzanne

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245147)
 * Try editing style.css and changing:
 *     ```
       #page {
       background:transparent url(http://marvelousstudio.com/blog/wp-content/themes/default/images/kubrickbgwide.jpg) repeat-y scroll center top;
       border:medium none;
       }
       ```
   
 * to
 * `#page {border:medium none;}`
 *  Thread Starter [marvelousstudio](https://wordpress.org/support/users/marvelousstudio/)
 * (@marvelousstudio)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245289)
 * I see what you have pasted above when viewing the page source for the blog via
   a browser. The only place I could find that css exactly was in the header.php
   and I tried changing the border to what you suggested in both places. Nothing
   seemed to change. I also tried it in the style sheet too but nothing.
 * Maybe it is something else in the css with a border?
 * It is driving me crazy since I have been troubleshooting this for weeks or longer.
 *  Thread Starter [marvelousstudio](https://wordpress.org/support/users/marvelousstudio/)
 * (@marvelousstudio)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245296)
 * any other ideas?
 *  [Nutrawee](https://wordpress.org/support/users/zeally/)
 * (@zeally)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245299)
 * Create new div such as body-container, Let it cover the #content & #sidebar
 * the result would be
 * > <div id=”body-container”>
   >  <div id=”content” class=”narrowcolumn”>…</div> <
   > div id=”sidebar”>…</div> <div class=”clear” /> </div>
 * and it style
 * > #body-container{
   >  width: 760px; background-color: white; }
   > .clear{
   >  clear: both; }
 * I think.
 *  Thread Starter [marvelousstudio](https://wordpress.org/support/users/marvelousstudio/)
 * (@marvelousstudio)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245308)
 * I’ll give it a try. Thanks!

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

The topic ‘css problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 3 participants
 * Last reply from: [marvelousstudio](https://wordpress.org/support/users/marvelousstudio/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/css-problem-4-2/#post-1245308)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
