Zitat
[COLOR=#000000][FONT=Monaco]#branding[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] {[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] [COLOR=#006400]border-top-color[/COLOR]:[COLOR=#00008B]#BBBBBB[/COLOR];
[COLOR=#006400]border-top-style[/COLOR]:[COLOR=#00008B]solid[/COLOR];
[COLOR=#006400]border-top-width[/COLOR]:[COLOR=#00008B]2px[/COLOR];
[COLOR=#006400]padding-bottom[/COLOR]:[COLOR=#00008B]10px[/COLOR];
[COLOR=#006400]position[/COLOR]:[COLOR=#00008B]relative[/COLOR];
[COLOR=#006400]z-index[/COLOR]:[COLOR=#00008B]9999[/COLOR];
[/FONT][/COLOR]
[COLOR=#000000][FONT=Monaco]}[/FONT][/COLOR]
Alles anzeigen
hier kannst du schonmal das padding-bottom auf 0px setzen
dann hast du den abstand des headers verringert.
wenn dir das nicht langt, kannst du hier
Zitat
[COLOR=#000000][FONT=Monaco]#main[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] {[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] [COLOR=#006400]clear[/COLOR]:[COLOR=#00008B]both[/COLOR];
[COLOR=#006400]padding[/COLOR]:[COLOR=#00008B]1.625em 0 0[/COLOR];
[/FONT][/COLOR]
[COLOR=#000000][FONT=Monaco]}[/FONT][/COLOR]
das padding auf 0 setzen -> padding: 0;
dann hast den abstand noch weiter verkleinert.
die zeilen findest du in der style.css in deinem template ordner.
mit dem plugin firebug lite, siehst du immer sehr gut, welchen bereich du ändern musst.
wenn du noch das "proudly present by wordpress" ganz unten weg haben möchtest , so musst du bei
Zitat
[COLOR=#000000][FONT=Monaco]#site-generator[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] {[/FONT][/COLOR][COLOR=#000000][FONT=Monaco] [COLOR=#006400]background-color[/COLOR]:[COLOR=#00008B]#F9F9F9[/COLOR];
[COLOR=#006400]background-position[/COLOR]:[COLOR=#00008B]initial initial[/COLOR];
[COLOR=#006400]background-repeat[/COLOR]:[COLOR=#00008B]initial initial[/COLOR];
[COLOR=#006400]border-top-color[/COLOR]:[COLOR=#00008B]#DDDDDD[/COLOR];
[COLOR=#006400]border-top-style[/COLOR]:[COLOR=#00008B]solid[/COLOR];
[COLOR=#006400]border-top-width[/COLOR]:[COLOR=#00008B]1px[/COLOR];
[COLOR=#006400]color[/COLOR]:[COLOR=#00008B]#666666[/COLOR];
[COLOR=#006400]font-size[/COLOR]:[COLOR=#00008B]12px[/COLOR];
[COLOR=#006400]line-height[/COLOR]:[COLOR=#00008B]2.2em[/COLOR];
[COLOR=#006400]padding[/COLOR]:[COLOR=#00008B]2.2em 0.5em[/COLOR];
[COLOR=#006400]text-align[/COLOR]:[COLOR=#00008B]center[/COLOR];
[/FONT][/COLOR]
[COLOR=#000000][FONT=Monaco]}[/FONT][/COLOR]
Alles anzeigen
ein display: none;
einfügen