Beiträge von solartec

    Hallo und Gruss an Alle,

    bin Neu in diesem Forum und auch noch ziemlich "Grün hinter den Ohren" was WP, HTML, CSS, usw.. betrifft.

    Jetzt zu meinem Problem:

    Auf meiner Website ( http://www.solartec.ro , Thema : Complexity) schaffe ich es nicht die Footer Widgets in die Mitte zu setzen, diese sind jetzt nach Links versetzt. Dies sollte wohl etwas mit der dazugehörenden CSS zu tun haben, ich poste diese jetzt mal:

    <?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">


    &copy;<?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>

    Kann mir jemand behilflich sein?

    Gruss

    Roland