I tried my best but I couldn\'t make the following theme full width/screen by editing the CSS. I\'d be very much grateful if you could show me or give me a hint regarding this c
do the following change in responsive.css file
.main-container {
/** max-width: 96% replace this with bellow */
max-width: 100%;
}
remove these styles from style.css file
.main-container{
width: 1170px;
}
.container{
max-width: 1170px;
}
.primary-navigation {
max-width: 1170px;
}
Then your site will work full-width