Title: removing spacing
Last modified: August 21, 2016

---

# removing spacing

 *  [mercedes benz](https://wordpress.org/support/users/mercedes-benz/)
 * (@mercedes-benz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/)
 * How can I remove the white lines or spacing between the header and the menu and
   page title? I also want to remove the rest of the spacing or white lines around
   the page border or the edges?

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

 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954311)
 * Hi mercedes benz,
 * Could you please post a link to the page where you’d like the changes to be applied?
 *  Thread Starter [mercedes benz](https://wordpress.org/support/users/mercedes-benz/)
 * (@mercedes-benz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954326)
 * I’m using wamp so there is no link.
    But there is a picture if that helps. [http://s1284.photobucket.com/user/paginamercedes/media/spacing_zps2b2f0aa4.jpg.html](http://s1284.photobucket.com/user/paginamercedes/media/spacing_zps2b2f0aa4.jpg.html)
 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954331)
 * The link was useful to pinpoint the html and the selectors that might eventually
   have to be used in the CSS to achieve the desired result. The picture can’t be
   of much help. I could look into the theme’s files, but I don’t know how much 
   you’ve added to it or modified.
 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954352)
 * I’m not sure I got the problem correctly, but I managed to get rid of white border
   with this CSS
 *     ```
       #header {
        background-image: none;
        background-color: transparent;
       }
       ```
   
 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954353)
 * To get rid of the white border under the menu, I used this CSS on my local copy
   of your theme:
 *     ```
       #maincol {
         background-image: none;
         background-color: transparent;
       }
       ```
   
 * I hope this helps.
 *  Thread Starter [mercedes benz](https://wordpress.org/support/users/mercedes-benz/)
 * (@mercedes-benz)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954491)
 * Thanks.
    I’m using another theme now but if I return to exact I’ll make the changes.

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

The topic ‘removing spacing’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [mercedes benz](https://wordpress.org/support/users/mercedes-benz/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/removing-spacing-1/#post-4954491)
 * Status: not resolved