Title: stubborn sidebar
Last modified: September 9, 2019

---

# stubborn sidebar

 *  [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/stubborn-sidebar/)
 * Hi
 * I am really happy with the way my site is shaping up. I removed extra space using
   the template for wide screen.
 * Sadly, after selecting Full Width No Side Bar, despite the actual menu getting
   removed, there remains the side of wasted space where the menu would have been.
 * Is this because I have kept the menu on the front page, but changed to FW No 
   Side Bar on the other pages?
 * Any tips much appreciated.
 * Thank you
 * David.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstubborn-sidebar%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [6 years, 8 months ago](https://wordpress.org/support/topic/stubborn-sidebar/#post-11913983)
 * I recommend asking at [https://wordpress.org/support/theme/espied#new-post](https://wordpress.org/support/theme/espied#new-post)
   so the theme’s developers and support community can help you with this.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/stubborn-sidebar/#post-11914883)
 * are you talking about the grayish border on the right hand side of the screen.
   I can see two things that are keeping it there. The first is the body right margin
   set to 72px. The second the body has a pseudo element body:after. you can set
   the background to transparent and the width to 0.
    CSS code
 *     ```
       body{ margin-right:0;}
   
       body::after{
        background:transparent;
       width:0;
       }
       ```
   

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

The topic ‘stubborn sidebar’ is closed to new replies.

## Tags

 * [Remove Side Bar](https://wordpress.org/support/topic-tag/remove-side-bar/)
 * [Side-Bar](https://wordpress.org/support/topic-tag/side-bar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/stubborn-sidebar/#post-11914883)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
