Title: extra space
Last modified: September 9, 2019

---

# extra space

 *  Resolved [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/)
 * Hi
 * I am really happy with the way my site is shaping up. I removed extra space using
   the template for wide screen.
 * Sadly, there remains the side of wasted space where the menu would have been.
 * [http://www.fotoscopic/architecture](http://www.fotoscopic/architecture)
 * 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.
    -  This topic was modified 7 years ago by [dsj1972](https://wordpress.org/support/users/dsj1972/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fextra-space-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11914488)
 * Also, if I could cheekily add to this related question:
 * The homepage [https://fotoscopic.com/](https://fotoscopic.com/) has a white background
   and way too much space surrounding the content.
 * Is there a way to fill/remove this white space? Similar to the way the other 
   pages are set up?
 * For example, in [https://fotoscopic.com/architecture/](https://fotoscopic.com/architecture/)
   the images are together and fit well (albeit with that annoying column at the
   right of the screen).
 * Thank you,
    David.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11914899)
 * 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;
       }
       ```
   
 *  Thread Starter [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11917208)
 * Yes mrtom414 I was thinking of that right hand border. I have asked the people
   at that theme’s forum but so far no replies…
 * Thank you for sending me the CSS. Like I mentioned, I am a novice at this stuff.
   Where would I insert that CSS? Its for the page, not the gallery isnt it?
 * If I go to Appearance > Customize in the WordPress dashboard to open the WordPress
   Customizer, I add the code in the Additional CSS option.
 * I then click PUBLISH ….and nothing happens! Am I missing something obvious here?
 * Thanks, and sorry for the level of understanding!
 * DJ
 *  Thread Starter [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11917498)
 * I should add that I was able to add this
    #content { padding-left: 60px; padding-
   right: 60px; }
 *  .site {
    background-color: black; }
 * Which has helped with the general view, but still the bar/column/righthand border
   remains!
 *  Thread Starter [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11921158)
 * Mr Tom / anyone
 * I would really appreciate some assistance with this please if anyone has a second
   please give me an idea of how I can edit these Espied pages and remove the border/
   column at the right of the page thank you.
    David.
 *  [darnelldibbles](https://wordpress.org/support/users/darnelldibbles/)
 * (@darnelldibbles)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11922474)
 * Hey there,
 * I am not seeing the right column border when visiting the site:
 * [⌊Screen Shot⌉⌊Screen Shot⌉[
 * I am using Chrome. Are you still seeing the border on your end?
 * Thanks,
 *  Thread Starter [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * (@dsj1972)
 * [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11924362)
 * Thank you darnelldibbles for taking a look.
 * In between sending that last message and waking up this morning, the issue was
   resolved by Envira support by basically doing what mrtom suggested. Would love
   to know where to put that code!
 * Thanks anyway, I will mark this one as closed.
 * David.

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

 The topic ‘extra space’ is closed to new replies.

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

 * 7 replies
 * 3 participants
 * Last reply from: [dsj1972](https://wordpress.org/support/users/dsj1972/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/extra-space-3/#post-11924362)
 * Status: resolved