Hallo zusammen,
hab mich schon durchs Forum gewühlt aber nichts gefunden was hilft.
Eingesetz hab ich das Theme Twenty Ten, erweitert auf Thirty Ten.
Seite soll so Aufgebaut sein:
Menu, darunter Headerbild
Seite mit Widgetleiste rechts und Links.
Footerbereich.
Seite ist auf ca. 1200px verbreitert, Menu und Bild passen auch.
Nur änder sich meine "Inhaltsbereich" (2 Widgetleisten + Inhalt) in der Breite nicht mit.....
Hängt alles verloren in der Mitte recht schmal....
Überall wo Ihr Kommentare seht hab ich schon mit Werten gespielt aber ichts greift richtig...
Anbei mal ein Auszug meiner Style.css (der Rest im Anhang Stylecss.zip)
ZitatAlles anzeigen/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
float: left;
margin: 0 -240px 0 0; /* 0 -240 0 0 */
width: 100%; /*100% */
}
#content {
margin: 0 280px 0 20px; /* 0 280 0 20 */
}
#primary,
#secondary {
float: right;
overflow: hidden;
width: 220px; /*220*/
}
#secondary {
clear: right;
}
#footer {
clear: both;
width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
margin: 0 auto;
width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
margin: 0 auto;
width: 940px;
}
/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
margin: 0 auto;
width: 1237px; /*940 geändert 1150*/
}
#wrapper {
background:#fff;
margin-top: 2px;/*20*/
padding: 0 1px; /*20 geändert*/
opacity: 1;
}
/* Structure the footer area */
#footer-widget-area {
overflow: hidden;
}
#footer-widget-area .widget-area {
float: left;
margin-right: 20px;
width: 220px;
}
#footer-widget-area #fourth {
margin-right: 0;
}
#site-info {
float: left;
font-size: 14px;
font-weight: bold;
width: 940px; /*940*/
}
#site-generator {
float: right;
width: 220px;
}