Most of the templates on our website builder have 100% width and if you have a big screen and want to set a max width, follow the steps on this video:
Modify the ID #website {}
Css code in video:
<style>
#website {
max-width:1180px;
background:#fff;
margin: 0 auto;}
body{
background: #c2c2c2;
}</style>