Title: Full Width &amp; Remove White Space below
Last modified: August 31, 2016

---

# Full Width & Remove White Space below

 *  [adicembre](https://wordpress.org/support/users/adicembre/)
 * (@adicembre)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/full-width-remove-white-space-below/)
 * Hello,
 * Thanks for creating a plugin to edit the CSS on individual pages!
 * This is probably a simple question, but I’m not a programmer, so I appreciate
   the help. What CSS would I drop in to the Custom CSS field to have content span
   the full width of the page. Also, on the page, there is white space where the
   page title would typically be that I would like to eliminate. What CSS would 
   I use to be able to have my content start right under the top nav (just below
   the search bar).
 * You can see what i’m talking about if you visit [http://www.showtrades.com](http://www.showtrades.com).
 * Thanks in advance for the help!
 * [https://wordpress.org/plugins/wp-add-custom-css/](https://wordpress.org/plugins/wp-add-custom-css/)

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

 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/full-width-remove-white-space-below/#post-6906597)
 * Hi,
    thanks for your appreciation! 🙂
 * This is not a support question, since it has nothing to do with the plugin itself
   but is a general CSS question.
 * Anyway, I’ll try to help you if I can, but I need to know which “content span”
   are you referring to.
 * The distance between your content and the top nav is defined in this rule:
 *     ```
       .sensei-content, #activate-page, body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
           padding: 60px 70px 36px;
       }
       ```
   
 * in /css/main-global.css in your theme.
 * You have to use the same rule in your “WP add custom css” main file, reducing
   the first value (the top padding)
 *  Thread Starter [adicembre](https://wordpress.org/support/users/adicembre/)
 * (@adicembre)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/full-width-remove-white-space-below/#post-6906601)
 * Thanks, I appreciate it, but I actually have it working, much thanks to how easy
   the plugin is to use!
 * Thanks again for creating it!
 *  Plugin Author [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * (@danieledesantis)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/full-width-remove-white-space-below/#post-6906610)
 * You’re welcome! 🙂

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

The topic ‘Full Width & Remove White Space below’ is closed to new replies.

 * ![](https://ps.w.org/wp-add-custom-css/assets/icon-256x256.png?rev=1001727)
 * [WP Add Custom CSS](https://wordpress.org/plugins/wp-add-custom-css/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-add-custom-css/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-add-custom-css/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-add-custom-css/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-add-custom-css/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-add-custom-css/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Daniele De Santis](https://wordpress.org/support/users/danieledesantis/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/full-width-remove-white-space-below/#post-6906610)
 * Status: not a support question