Code: Alles auswählen
#site-description {
float: left;
width: 70%;
}Code: Alles auswählen
#site-description {
width: 70%;
margin-right: auto;
margin-left: auto;
}Code: Alles auswählen
#site-description h1 {
margin-right: 0;
}Code: Alles auswählen
#site-description h1, p {
text-align:center;
} Code: Alles auswählen
#logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}Code: Alles auswählen
#logo {
width: auto;
padding: 10px 13px 0 10px;
}Code: Alles auswählen
h1 {
/* Forum name */
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin-right: 200px;
color: #FFFFFF;
margin-top: 15px;
font-weight: bold;
font-size: 2em;
}Code: Alles auswählen
h1 {
color:#FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:2em;
font-weight:bold;
margin-left:auto;
margin-right:auto;
margin-top:15px;
}Bei mir ist das Logo zentriert und der Titel und die Beschreibung stehen links.
[ externes Bild ]