Entschuldigung, dachte, ich hätte schon im ersten Post den Link gepostet:
Ich habs soweit auch schon geschafft, es ist nur noch nicht linksbündig warum weiß ich nicht. Hier nochmal mein aktueller CSS:
Code
body:before,
#sidebar,
#colophon,
.entry-footer {
display:none;
}
.entry-title {
display:none;
}
#main {
position: absolute;
top: 0px;
left: 0px;
width: 1920px;
height: 1080px;
background-color: lightblue;
padding: 0;
margin: 0;
}
#post-72 {
background-color: red;
position: absolute;
width: 1920px;
height: 1080px;
padding: 0;
margin: 0;
}
Alles anzeigen