Hey,
So I think you can do it like this- set your footer layout to two column in theme options > main settings. Then in appearance > widgets leave the second column blank. Then go to theme options > advanced settings and add this to your custom css box:
#containerfooter .col-md-6 {
width: 100%;
}
Hope that helps!
Hannah