Hello,
As I see space is present between columns:
http://storage8.static.itmages.com/i/15/0831/h_1441033747_2382088_c5ae9b2679.png
Please show a screenshot how you want to modify them.
To remove space under the slider and before footer add this code in Theme Options > Custom CSS > Global Custom CSS:
.page-content {
margin-top: 0px;
margin-bottom: 0px;
}
.page-heading-slider .wpb_revslider_element {
margin-bottom: 0px !important;
}
Best regards,
Jack Richardson.