This is a minor, just mentioning it here since I do not know all the places where text-sm-center. The css: @media (min-width: 576px) .text-sm-center { text-align: center!important; } Does not center the copyright text on screens smaller than 576px, I think the intention is that it should be centered? Reproduce by simply making the screen smaller than 576px and see that the copyright info etc is moved from the center to the left.