Modifying the default width of a Bootstrap 3 container without causing any alignment issues can be a challenge.
The default container width currently set is
.container {
width: 1170px;
}
However, I am looking to adjust it to
.container {
width: 960px;
}