Wie kann ich meine Breite anpassen ? Also meinen Content? Widgets sind deaktiviert und nun möchte ich das die Beiträge über die ganze Seite reichen?

Der Link zu meiner Seite
abnehmen-mit-intervalltraining.de/ [Beitrag editiert - www Team]

Anbei habe ich meien Stylesheet Datei rausgeholt, weiß jedoch nicht ob ich auf den richtigen Weg bin ( Arbeite mit WP)

Hoffe auf Hilfe
LG
Jannina

Style Sheet : 
/**
 * Layout
 * --------------------------------------------------------------------------- */

#container {
    margin: 0 auto;
    max-width: 1024px;
}

.layout-1c #main {
    width: 100%;
}

.layout-2c-l #main {
    float: left;
    max-width: 71.666%;
    min-width: 71.666%;
}

.layout-2c-l #main:before {
}

.layout-2c-l .sidebar {
    float: right;
    padding-left:1.75%;
    padding-right: 1.25%;
    max-width: 25.333%;
    min-width: 25.333%;
}

.layout-2c-r #main {
    float: right;
    width: 71.666%;
}

.layout-2c-r .sidebar {
    float: left;
    width: 25.333%;
    padding-right:1.5%;
    padding-left: 1.5%;
}

.layout-3c-l #container {
}

.layout-3c-r #container {
}

.layout-3c-c #container {
}

#menu-primary {
}

#menu-secondary {
}

#main:before {
}

#main {
;
    position: relative;
    margin-bottom: 30px;
}
#main-containter {
    background:#fff;
    padding: 0 10px;
}
#content {
    margin: 0 60px 0 40px;
    border-bottom: 1px solid #eee;

}

#sidebar-primary {
    padding-top: 10px;
    background: #f8f8f8;
}

#sidebar-primary ul {
    margin: 0 20px;
}

#sidebar-primary ul li:before {
}

#sidebar-secondary {
}

#menu-subsidiary {
}

#sidebar-subsidiary {
}

/** Article **/

article.colum{
    padding-bottom: 30px;
}
.colum:nth-child(even) {
}



.entry-header-archive h2.entry-title {
	font-size: 1.6rem;
	font-weight: thin ;
	letter-spacing: -1px;
    padding: 0;
    padding-bottom: 10px;
}

.entry-header-archive {
    text-align: center;
    text-transform: uppercase;
    font-size: .7rem;
}
.entry-header-archive a{
    color: #000;
}
/**

    vorformatierten Text mit 4 Leerzeichen einrücken

Hallo,

Du könntest erstmal schauen, ob das Template, das Du verwendest, nicht eine FullSize Vorlage enthält. Das liesse sich dann in den Beitragsoptionen (pro Beitrag) auswählen. Dann bräuchtest Du nichts am CSS zu verändern.

Gruß