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
To accomplish something like this http://i.imgur.com/mekVyJg.jpg you will need to do the following changes in your css file:
.main-container {width:100%;max-width:100%} #page, .container {width:100%}