I can't figure aou how to allign the footer box in my web site : http://www.solartec.ro
It is alqligned now left of the center, as I understood there might be some problem with the CSS, here is how it looks right now:
<?php
global $themeblvd_footer_columns;
global $themeblvd_analytics;
?>
<div class="clear"></div>
</div><!-- #primary (end) -->
<!-- PRIMARY CONTENT (end) -->
<!-- FOOTER (start) -->
<div id="footer-top"><!-- --></div>
<div id="footer-widget-area">
<div id="footer-widget-area-inner" class="<?php echo themeblvd_columns($themeblvd_footer_columns); ?>">
<!-- Footer Widgets (start) -->
<?php if ( is_sidebar_active('footer-boxes') ) : ?>
<?php dynamic_sidebar('footer-boxes'); ?>
<?php endif; ?>
<div class="clear"></div>
<!-- Footer Widgets (end) -->
</div><!-- #footer-widget-area-inner (end) -->
</div><!-- #footer-widget-area (end) -->
<!-- FOOTER (end) -->
</div><!-- #main (end) -->
<div id="copyright" class="ie6">
<div class="pad">
©<?php echo date('Y'); ?> <?php bloginfo( 'name' ) ?>
</div><!-- .pad (end) -->
</div><!-- #footer (end) -->
</div><!-- #wrapper (end) -->
<?php wp_footer(); ?>
<?php echo stripslashes($themeblvd_analytics); ?>
</body>
</html>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]
Can anybody help me fix this?