Hi Chris,
You can try this custom CSS:
@media (max-width: 810px) {
#s5_center_area1 #s5_center_column_wrap {
left: 0 !important;
}
#s5_center_area1 #s5_center_column_wrap_inner {
left: 0;
}
}
put into the file: ROOT/templates/forte/css/custom.css (Create this file if it doesn't exist)