Title: Remove empty space between blocks
Last modified: December 16, 2019

---

# Remove empty space between blocks

 *  Resolved [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/)
 * I don’t have a specific page in mind here, but I would find it very helpful to
   be able to remove empty/whitespace between blocks.
 * I could create a custom css class using the advanced features, but I am not sure
   as to what I would use to reduce the space to 0px
    Thanks

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12244246)
 * This should be what you’re looking for: [https://wordpress.org/support/topic/reduce-space-between-blocks/](https://wordpress.org/support/topic/reduce-space-between-blocks/)
 *  Thread Starter [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12244255)
 * Thanks for the assistance, but that doesn’t seem to work. For some blocks it 
   reduces it a bit, for others seems to have no effect, and it doesn’t reduce to
   0 in either case.
 * Any other ideas would be greatly appreciated!
 *  [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12245360)
 * Try:
 *     ```
       .entry-content > *, .wp-block-group > *, .wp-block-columns > * {
           margin-top: 0 !important;
           margin-bottom: 0 !important;
       }
       ```
   
 *  Thread Starter [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12252703)
 * [@acosmin](https://wordpress.org/support/users/acosmin/) Thank you! This is very
   close. The only spots where I have empty space left is immediately under the 
   menu header, and right before the widget areas. Everything else is great.
 * Any ideas?
 *  [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12253071)
 * `.footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer{
   margin-top: 0 !important; }`
 * `.post-inner, .cover-header + .post-inner { padding-top: 0 !important }`
 *  Thread Starter [rnmartinez](https://wordpress.org/support/users/rnmartinez/)
 * (@rnmartinez)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12255978)
 * THANK YOU [@acosmin](https://wordpress.org/support/users/acosmin/) 🙂
 * That did it !
 *  [Ale](https://wordpress.org/support/users/aleloiacono/)
 * (@aleloiacono)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12648327)
 * Hi,
 * I also need to remove the space between the logo/menu area and the content area.
   Actually, I would need to reduce it by half, as there should be some space between
   those two sections. I tried [@acosmin](https://wordpress.org/support/users/acosmin/)
   proposed solution, but it doesn’t seem to work on my site. Any other suggestion
   will be greatly appreciated.
 * Thank you,
    Alejandro

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

The topic ‘Remove empty space between blocks’ is closed to new replies.

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

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [empty space](https://wordpress.org/support/topic-tag/empty-space/)
 * [rows](https://wordpress.org/support/topic-tag/rows/)

 * 7 replies
 * 5 participants
 * Last reply from: [Ale](https://wordpress.org/support/users/aleloiacono/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/remove-empty-space-between-blocks/#post-12648327)
 * Status: resolved