Hey Leute,
Meine Sidebar bleibt immer an dem ersten Wordpresspost kleben.
Wenn ich nur einen Post habe, dann ist alles in Ordnung, aber wenn ich mehrere Posts setze verschiebt sich die sidebar immer nach unten.
Ich benutze das Template "default".
So sollte es aussehen:
http://img85.imageshack.us/img85/8297/gutjh.jpg
Und so sieht es aus wenn ich mehrere Posts habe:
http://img3.imageshack.us/img3/5250/schlecht.jpg
Vielleicht könnt ihr mir weiterhelfen.
Falls ich noch was uppen soll dann einfach bescheid geben.
Vielleicht hier noch meine style.css
#headbg{
background: url("./images/flugzeug_header.gif") no-repeat center;
margin: auto;
width: 900px;
height: 431px;
border-style:solid;
}
#headerimg{
}
#pagebg{
background: url("./images/flugzeug_main.gif") bottom center;
background-repeat:repeat-y;
/*
margin: auto;
*/
}
#content{
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 100px;
margin: auto;
/*
margin-top: 20px;
margin-bottom: 20px;
margin-left: 43px;
margin-right: 20px;
*/
width: 400px;
border-style:solid;
}
#sidebar{
float: right;
padding-top: 20px;
padding-bottom: 0px;
padding-left: 20px;
padding-right: 0px;
margin:auto;
/*
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 43px;
*/
width: 250px;
border-style:solid;
font-family: 'Lucida Grande', Verdana, Sans-Serif;
font-size: 0.6em;
Alles anzeigen
Hier hab ich noch schnell meinen blog online gestellt:
http://killingeye.blogdns.net/cms/wp/
EDIT: Habe es eben mal mit floats probiert aber jetzt ist einfach der Hintergrund von meinem Content weg.
Habe endlich auch einen Thread gefunden mit dem selben Problem aber die Lösung funktionierte bei mir nicht.