Moin
Ich hoffe ich bin nicht etwas zu spät, weil der Beitrag ja schon 3 Jahre alt ist. Ich würde gerne das Seitenverhältniss anpassen. Aber irgendwie weiss ich nicht welcher Wert das ist !
[COLOR=#333333]Erster Eintrag:
[/COLOR]body {
padding: 0 2em;
}
#page {
margin: 2em auto;
max-width: 1000px;
2. Eintrag
Media print {
body {
background: none !important;
font-size: 10pt;
}
footer.entry-meta a[rel=bookmark]:link:after,
footer.entry-meta a[rel=bookmark]:visited:after {
content: " [" attr(href) "] "; /* Show URLs */
}
#page {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;