how to make margins on body center it 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;
}