You theme wrapper has a -15px right and left margin on all row class elements.
This is pushing GD columns away from each other and outsite the wrapper.
Just add something like this:
#geodir_wrapper {
padding: 0 30px;
}
to either your child theme style.css or in the plugin design option page.