Okay habs durch rumprobieren in der style.css hinbekommen:
PHP
#site-title {
position: absolute;
left: 7.2%;
top: 0em;
padding: 4em 0 0;
}
#site-title a {
color: #eeeeee;
font-size: 40px;
font-weight: bold;
line-height: 36px;
text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
color: #f4a460;
}
#site-description {
position: absolute;
left: 7.6%;
top: 4em;
}
#branding img {
height: 150px;
margin-bottom: -7px;
width: 100%;
}
Alles anzeigen
Das ganze sieht dann so aus: