Content beállítása 100% szélességre:

.content-outer, .content-fauxcolumn-outer, .region-inner {
        min-width: $(content.width);
        max-width: 100%;
        _width: $(content.width);
      }

Az új kód, ami ide került:

max-width: 100%;

A max width eredetileg is ott van, de nem 100% van melléírva, a lényeg, hogy: 100%-on legyen, akkor lesz a blogod teljes képernyőn.