/* Increase overall page width */
.wy-nav-content {
    max-width: 1200px !important;
    /* set your preferred width */
}

/* If you want even more space */
.wy-nav-content-wrap {
    max-width: 100% !important;
}