Hi,
ich würde gerne mein Theme (not so) fresh so konfigurieren, dass die Breite dynamisch ist. Hab schon 59 % bei der content width und pages width eingegeben und dann 40 % bei der Sidebar - trotzdem verschiebt er sie mir nach unten (guckst du^^)! Die 1 % sind bei Pages-Border, also die Grenze zwischen Sidebar und Content? Ka. Also sprich:
Code
/**********************
* Content *
***********************/
#content {
float: left;
width: 59%
heigth: 100%
background: #fff;
}
.pages {
float: left;
width: 59%
heigth: 100%
background: #eee url(images/separator_blue.gif) repeat-x bottom center;
}
.pages-border {
clear: both;
width: 1%;
height: 2px;
background: transparent url(images/separator_blue.gif) repeat-x 0 0;
..............
/**********************
* Sidebar *
***********************/
#sidebar {
float: right;
width: 40%;
bottom: 50px;
right: 0px;
margin: 0;
padding: 0;
background: #fff;
}
Alles anzeigen
Weiß jemand, wie ich das fixen kann? Danke schonmal für die Hilfe. :)