Title: Remove bottom border
Last modified: August 24, 2016

---

# Remove bottom border

 *  Resolved [GreenRain37](https://wordpress.org/support/users/greenrain37/)
 * (@greenrain37)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-bottom-border-1/)
 * [EXAMPLE](https://ibogo.club/select-city)
 * You can see a white border at bottom of page.
 * It is also on every other page only not stretched.
 * Any solution?
 * Thanks.
 * **UPDATE:** We managed to fix the homepage with:
 *     ```
       /* Change Background, Border, Font/Color of footer*/
       footer#footer .colophon {
       background:     none repeat scroll 0 0 #7ec247;
       border-top:     0px solid #7ec247;
   
       position:relative;
       top: 10px;
   
       color:          #000000;
       padding:        0;
       }
       ```
   
 * and **_the example page still contains white bar at bottom._**

Viewing 1 replies (of 1 total)

 *  Thread Starter [GreenRain37](https://wordpress.org/support/users/greenrain37/)
 * (@greenrain37)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-bottom-border-1/#post-6062788)
 * fixed by using multiple:
 * `&nbsp;`
 * page maybe was just too short :s
 * anyway it’s better now not perfect but we’ll keep playing with it and find a 
   solution.

Viewing 1 replies (of 1 total)

The topic ‘Remove bottom border’ is closed to new replies.

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

## Tags

 * [border](https://wordpress.org/support/topic-tag/border/)
 * [code](https://wordpress.org/support/topic-tag/code/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 1 reply
 * 1 participant
 * Last reply from: [GreenRain37](https://wordpress.org/support/users/greenrain37/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/remove-bottom-border-1/#post-6062788)
 * Status: resolved