Hey,
hab ein Problem, möchte folgende zwei Sachen wie auf dem Bild geändert haben.
Das Wort Testseite soll bündig und der Button "bearbeiten" soll rechts auf gleicher Höhe wie das Datum sein. Verwende das myFS WildTux Template.
Auszug aus der CSS:
Code
.Post {padding: 0px; position: relative; clear: left;}
.PostHead { position: relative; clear: left; background: url(images/PostHead.gif) repeat-x bottom; padding-bottom: 10px; margin: 0px;}
.PostHead h1 { font-size: 20px; text-align: left; line-height: 20px; letter-spacing: -1px; font-weight: left; padding: 0px 0px 10px 40px; margin: 0px; color:#ffffff; }
.PostHead h1 a:visited { color: #ffffff; text-decoration: none;}
.PostHead h1 a:hover { color:#EF5643; text-decoration: none;}
.PostHead h1 a { color: #ffffff; text-decoration: none; text-align: left;}
Auszug aus der Hauptindex-Template (index.php)
PHP
<div class="PostHead">
<h1><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<div class="PostEdit"><?php edit_post_link('Bearbeiten'); ?></div>
<small><?php the_time(__('j. F Y', '')) ?> <!-- by <?php the_author() ?> --></small>