Title: Remove Empty Space
Last modified: December 12, 2020

---

# Remove Empty Space

 *  Resolved [deezywonder](https://wordpress.org/support/users/deezywonder/)
 * (@deezywonder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/)
 * So I’m using Twenty-Twenty one and I remove some features with CSS but now I 
   have a problem, the blog have a lot of empty space, how do I remove that? It’s
   possible? See on image:
 * [http://i.epvpimg.com/H3GHgab.png](http://i.epvpimg.com/H3GHgab.png)
 * And, I want to remove the date and category on posts, how do I do that?
 * My CSS:
 *     ```
       img {
         width: 100%;
         height: auto;
       }
   
       h1.entry-title {
           font-size: 40px !important; 
       	  font-weight: bold;
       	  text-align: center;
       }
   
       h2, .h2 {
       	font-size: 30px !important; 
       	font-weight: bold;
       }
   
       h3, .h3 {
       	font-size: 25px !important; 
       	font-weight: bold;
       }
   
       h4, .h4 {
       	font-size: 22px !important; 
       	font-weight: bold;
       }
   
       .single .post-navigation { display: none; }
       ```
   
    -  This topic was modified 5 years, 5 months ago by [deezywonder](https://wordpress.org/support/users/deezywonder/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-empty-space-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Ruchit Shah](https://wordpress.org/support/users/ruchitshah/)
 * (@ruchitshah)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13779485)
 * Hi [@deezywonder](https://wordpress.org/support/users/deezywonder/),
 * You can remove empty space with following CSS:
 *     ```
       aside.widget-area {
           margin-top: -100px;
       }
       ```
   
 * I hope this helps you.
 * Regards,
    Ruchit
 *  Thread Starter [deezywonder](https://wordpress.org/support/users/deezywonder/)
 * (@deezywonder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780203)
 * [@ruchitshah](https://wordpress.org/support/users/ruchitshah/) Worked perfectly,
   thank you very much! About date and category, you know how to remove it?
 *  [Ruchit Shah](https://wordpress.org/support/users/ruchitshah/)
 * (@ruchitshah)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780342)
 * Hi [@deezywonder](https://wordpress.org/support/users/deezywonder/),
 * Try disabling date and category with following CSS:
 *     ```
       footer.entry-footer.default-max-width {
           display: none!important;
       }
       ```
   
 * Regards,
    Ruchit
 *  Thread Starter [deezywonder](https://wordpress.org/support/users/deezywonder/)
 * (@deezywonder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780351)
 * [@ruchitshah](https://wordpress.org/support/users/ruchitshah/) Hey, it works,
   thanks. Unfortunately it removes the black bar that divides the article with 
   the author box. I don’t intend this, so I think I’ll leave it with the date,etc…
   Thank you very much for your help, buddy!
 *  [Ruchit Shah](https://wordpress.org/support/users/ruchitshah/)
 * (@ruchitshah)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780366)
 * If you want the black bar and only remove date and category use following CSS:
 *     ```
       .posted-by {
           display: none;
       }
   
       .post-taxonomies {
           display: none;
       }
       ```
   
 * Regards,
    Ruchit
 *  Thread Starter [deezywonder](https://wordpress.org/support/users/deezywonder/)
 * (@deezywonder)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780520)
 * [@ruchitshah](https://wordpress.org/support/users/ruchitshah/) Damn, you the 
   best! Thanks for the help.

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

The topic ‘Remove Empty Space’ is closed to new replies.

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

## Tags

 * [remove author](https://wordpress.org/support/topic-tag/remove-author/)

 * 6 replies
 * 4 participants
 * Last reply from: [deezywonder](https://wordpress.org/support/users/deezywonder/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-4/#post-13780520)
 * Status: resolved