Hi,
in the footer I have several picture widgets.
They do not align right (top they should).
I commented in the footer (via funktions.php):
case 8:
?>
<ul class="footer_copyright_menu">
<!-- <li><a href="#">Site Map</a> / </li>
<li><a href="#">Advanced Search</a> / </li>
<li><a href="#">Orders and Returns</a> / </li>
<li><a href="#">Contact Us</a></li>-->
</ul>
<?php
break;
But changing this does not change the issue.
Thanks for helping.