.content-area.container-normal {
    margin: 0 auto;  /* จัดกลาง */
    float: none;     /* ยกเลิกการชิดซ้าย */
}

/* ถ้าอยากให้ content กว้างขึ้น */
.content-area.col-md-9 {
    width: 100%; /* ให้กินเต็มความกว้าง */
    max-width: 1200px; /* จำกัดความกว้าง */
}