Ich hatte in meinem Header (branfordmagazine-Theme) ein Suchfeld, das ich herausnehmen wollte. Ich habe also im Header folgende Zeilen gelöscht:
Das Problem ist jetzt, dass meine horizontale Navigationsliste am rechten Rand klebt. Wie bekomme ich da einen Zeilenumbruch hin?
Im Moment sieht das so aus.
Und hier der Code im body meines headers:
PHP
<body<?php if ( is_home() ) { ?> id="home"<?php } ?>>
<div id="page" class="clearfloat">
<div class="clearfloat">
<div id="branding" class="left" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;">
<div class="blogtitle" ><a href="<?php echo get_option('home'); ?>/"><?php //bloginfo('name'); ?></a></div>
<div class="description"><?php //bloginfo('description'); ?></div>
</div>
<ul id="nav" class="clearfloat">
<li><a href="<?php echo get_option('home'); ?>/" class="on">Home</a></li>
<?php wp_list_pages('title_li='); ?>
</ul>
Alles anzeigen
Danke schon mal im voraus
Pescador