Hello
The issue appears to be related to the 'row' container of your side column modules which has a negative left margin. To amend try adding the following to the Custom CSS field of your templates parameters which will add a matching negative margin to the right...
.sidecol_block .row {
margin-left: -20px;
margin-right: -20px;
}
CiarĂ¡n