Remove Grey Bar and Whitespace from Footer

Where to copy/paste this code?
The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme with Customizr here.

/* START OF Remove Grey Bar and Whitespace from Footer */
/* Remove grey bar  */
footer#footer {
border-top:     none;
}

/* Reduce whitespace  */
#main-wrapper {
margin-bottom:  0px;
}
/* END OF Remove Grey Bar and Whitespace from Footer */

 

6 thoughts on “Remove Grey Bar and Whitespace from Footer”

Comments are closed.