to change the width you will open css folder then style.css file and search for
( max-width )
like this id
*———————————–*
#container {
margin: 0 auto;
max-width: 960px;
padding: 0px 25px;
}
*———————————–*
BE CAREFUL
you will found ( max-width ) 6 times and you should change it 6 times in same file