Title: Remove white space
Last modified: February 10, 2021

---

# Remove white space

 *  Resolved [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * (@andreasyeah)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/)
 * Hello,
    looking for help, i need to remove the white space/bar in the picture
   here. [https://ibb.co/Zg8CP5d](https://ibb.co/Zg8CP5d) Its the lower part of 
   my homepage _[ redundant link removed ]_> , the space between the image and the
   footer. Any clues how i can remove it?
 * thank you
    -  This topic was modified 5 years, 3 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-white-space-24%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [danielbora123](https://wordpress.org/support/users/danielbora123/)
 * (@danielbora123)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14030435)
 * Hi,
    there is padding at the bottom of the content u should try to remove it 
   or just paste
 *     ```
       #content {
           padding-bottom: 0px;
       }
       ```
   
 * It will work.
    Thank You
    -  This reply was modified 5 years, 3 months ago by [danielbora123](https://wordpress.org/support/users/danielbora123/).
 *  Thread Starter [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * (@andreasyeah)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14030580)
 * hi Daniel!
    Thanks for the fast reply! Sorry, where do i have to paste this code?
   I am a beginner 🙁
 *  [danielbora123](https://wordpress.org/support/users/danielbora123/)
 * (@danielbora123)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14033938)
 * Okay,
    If you build that page using some of the page builders you can just select
   the section and remove the bottom padding.
 * OR
 * If not paste the above code into style.css or you would have to just past it 
   in additional css [you read this it will help](https://themeisle.com/blog/css-in-wordpress/)
 *  [Vlad](https://wordpress.org/support/users/vladytimy/)
 * (@vladytimy)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14034629)
 * Hi, [@andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * You can try adding the CSS snipped that [@danielbora123](https://wordpress.org/support/users/danielbora123/)
   kindly provided in Dashboard – Appereance – Customize – Additional CSS in the
   [Customizer](https://wordpress.org/support/article/appearance-customize-screen/)
 * You can also learn how to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   or [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools) 
   to help you see and test changes to your CSS.
 * Since you use a commercial theme (Corify), please go to their official support
   channel. We feel they are best equipped to support their products.
 * [https://themeforest.net/item/corify-wordpress-car-listings-dealership-theme/25740868/support](https://themeforest.net/item/corify-wordpress-car-listings-dealership-theme/25740868/support)
 * Forum volunteers are not given access to commercial products, so we would not
   know why your commercial theme is not working properly. **[Commercial products are not supported in these forums.](https://make.wordpress.org/support/trouble/section-1-getting-started/what-is-not-supported/)**
 * Kind regards!
 *  Thread Starter [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * (@andreasyeah)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14035076)
 * Hi guys,
 * thank you for your help!
    The [@danielbora123](https://wordpress.org/support/users/danielbora123/)
   code worked! The problem is it will change also the padding of the “blog” section,
   so i will pass on this and keep it as it is. I just needed it on the home, otherwise
   i will have the blog elements basically attached on top of the footer.
 * Thanks again! 🙂
 *  [danielbora123](https://wordpress.org/support/users/danielbora123/)
 * (@danielbora123)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14039879)
 * Hi,
 * Just replace`#content` with `.home`.
 * That should work
 *  Thread Starter [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * (@andreasyeah)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14044645)
 * [@danielbora123](https://wordpress.org/support/users/danielbora123/) nope doesnt
   work 🙁
 *  [danielbora123](https://wordpress.org/support/users/danielbora123/)
 * (@danielbora123)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14049548)
 * Hi,
 * Well, you used elementor to build this page. In elementor there is an option 
   to change the padding for a section just click on edit with elementor scroll 
   down to section select it and click advance in elementor editing dashboard and
   remove bottom padding.
 * or
 * using css you can past following code
 *     ```
       body.home #content  {
         padding-bottom: 0px;
       }
       ```
   
 * I think one of the solutions should Work
 * Tell me if that works
 *  Thread Starter [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * (@andreasyeah)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14050531)
 * the last css code worked!!!
 * thank you very much for your help 🙂

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

The topic ‘Remove white space’ is closed to new replies.

## Tags

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 9 replies
 * 3 participants
 * Last reply from: [andreasyeah](https://wordpress.org/support/users/andreasyeah/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/remove-white-space-24/#post-14050531)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
