Title: remove empty space
Last modified: August 21, 2016

---

# remove empty space

 *  [vus](https://wordpress.org/support/users/vus/)
 * (@vus)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-1/)
 * Hi
 * I am having to much empty space in the footer. I have tried hitting all the div
   and classes I can find with CSS. Nothing makes that empty space any more empty.
   Does anybody have an idea about how to minimize that area?
 * The site is [Marilyns closet](http://marilynscloset.dk/2013/10/28/nivea-giveaway/)
 * Thanks so much in advance.
    Claus

Viewing 1 replies (of 1 total)

 *  [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * (@wpfan1000)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-1/#post-4264898)
 * Hey Claus,
 * I presume by empty space you mean the height of the footer?
 * I see:
 *     ```
       #footer {
           margin-bottom: 20px;
       }
       ```
   
 * and
 *     ```
       #colophon {
           border-top: 4px solid #000000;
           margin-top: -4px;
           overflow: hidden;
           padding: 18px 0;
       }
       ```
   
 * So the margin-bottom in the 1st one can be set to zero as well as the padding
   in the 2nd one.
 * Thats a total of 56 pixels that you can reduce it by.
 * Or, I dont see any info/text in the footer at all so if you want to get rid of
   it completely you can also try:
 *     ```
       #footer {
           display: none;
       }
       ```
   
 * That should say goodbye to the whole footer.
 * I hope this helps – let me know.

Viewing 1 replies (of 1 total)

The topic ‘remove empty space’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [wpfan1000](https://wordpress.org/support/users/wpfan1000/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/remove-empty-space-1/#post-4264898)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
