max-width not centering code example
Example: after certain width how make ontent center and add margin auto both side
body {
max-width: 1080px;
margin: 0 auto !important;
float: none !important;
}
body {
max-width: 1080px;
margin: 0 auto !important;
float: none !important;
}