Hallo ich möchte gerne meine Unterkategorien einrücken. Bin aber in CSS so ein Honk, das außer hier und da an dern Werten spielen meine Fhigkeiten begrenzt sind. Vielleicht ist hier jemand so nett und kann mir helfen.
Mein Blog ist: http://makeartnotwork.de/
das hier steht im CSS unter sidebar:
Code
#sidebar {
position:relative;
float:left;
width:150px;
left:10px;
background-color:#260026;
text-align:left;
font-family:Arial;
color:#ff7700;
font-size:7.5pt;
line-height:13pt;
text-transform:uppercase;
padding:0;
}
#sidebar p {
text-transform:none;
margin:2px 0;
}
.left {
float:left;
margin:0 0px;
}
.right {
float:right;
margin:0 10px;
}
Alles anzeigen
und im sidebar.php steht das hier:
PHP
<div id="sidebar">
<br /><form style="padding: 0px; margin-top: 0px; margin-bottom: 0px;" id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<div class="title">Search:</div>
<p style="padding: 0px; margin-top: 0px; margin-bottom: 0px;"><input type="text" class="input" name="s" id="search" size="15" />
<input name="submit" type="submit" tabindex="5" value="<?php _e('GO'); ?>" /></p>
</form>
<br /><div class="title">Sites</div>
<?php wp_list_cats('list=0'); ?>
<!--list of categories, order by name, without children categories, no number of articles per category-->
</div>
Alles anzeigen
Wäre toll wenn mir jemand weiterhelfen kann.
BESTE GRÜßE BJÖRN