Title: White space below fullwidth section
Last modified: December 14, 2019

---

# White space below fullwidth section

 *  Resolved [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/)
 * (@alextheitnerd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/white-space-below-fullwidth-section/)
 * Wondering how to remove the whitespace below the full width section. This is 
   the only section that does this. The other sections line properly.
 * Thoughts?
 * Screen shot here: [https://pasteboard.co/IL9GoBg.png](https://pasteboard.co/IL9GoBg.png)
    -  This topic was modified 6 years, 4 months ago by [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhite-space-below-fullwidth-section%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/)
 * (@alextheitnerd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/white-space-below-fullwidth-section/#post-12239749)
 * Ok. After some tinkering i found that you need to add the following code to remove
   the white space from the bottom of the full width section. At first i thought
   that changing the “full-width” div margin would fix it but then in further inspection
   i found that there is a different div / container called “section-header” that
   needs to be changed.
 * I’m a little confused as to why the white space is there to begin with but if
   anyone else runs into this issue this is the CSS code to remove it.
 * **Important: If you use this code it seems to move the content within the section
   above it slightly up which can mess up the spacing between the content and the
   content title on the previous section. Not sure exactly how to fix this. I ended
   up just putting a bunch of <br><br><br> to space the content above but i’m sure
   there is probably a better way. Maybe someone else knows a better way of removing
   the white space?**
 *     ```
       div.section-header {
   
       	margin-bottom: 0px !important;
   
       }
       ```
   
 *  Thread Starter [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/)
 * (@alextheitnerd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/white-space-below-fullwidth-section/#post-12239794)
 * After further inspection it looks like the code above does remove the white space
   but makes ALL the headers for every section squish and off. So this is not a 
   valid solution. Is there a way to re-open this to see if anyone has a solution
   to this issue?
 *  Thread Starter [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/)
 * (@alextheitnerd)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/white-space-below-fullwidth-section/#post-12239800)
 * GOT IT!
 * This will successfully remove the white space at the bottom of the full-width
   section without messing up the other sections. I’m not sure if this is an issue
   with illdy itself or just an issue with my site but hopefully this can help someone!
 *     ```
       #full-width .section-header {
       	margin-bottom: 0px !important;
   
       }
       ```
   

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

The topic ‘White space below fullwidth section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/illdy/2.1.10/screenshot.jpg)
 * Illdy
 * [Support Threads](https://wordpress.org/support/theme/illdy/)
 * [Active Topics](https://wordpress.org/support/theme/illdy/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/illdy/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/illdy/reviews/)

 * 3 replies
 * 1 participant
 * Last reply from: [alextheitnerd](https://wordpress.org/support/users/alextheitnerd/)
 * Last activity: [6 years, 4 months ago](https://wordpress.org/support/topic/white-space-below-fullwidth-section/#post-12239800)
 * Status: resolved