• Check out my home page HERE and scroll to the bottom.

    As you can see the first line of text is centered but the other line of text (Copyright…) is right aligned using the same center align code. I would like to have it centered but just cant get it. I would also like to both to be in the blue backround if someones know how I can do that but that is secondary to centering the text.

    Here is my theme footer.php

    </div><!-- end page -->
    
    <div id="footer-wrap">
    <STYLE TYPE="text/css">
    <!--
    .centeralign {text-align:center}
    -->
    </STYLE>
    
    	<div id="footer" class="clearfix">
    
    <p class="centeralign"> Ventress Enterprises - Business Consulting Services P.O. Box 2115 Elk Grove, CA 95759 Office# (916)667-9371</p>
     <p id="legal"><div class="centeralign">Copyright &copy; 2010 <a href="<? bloginfo('url'); ?>"><? bloginfo('name'); ?></a>
    		&bull; Powered by <a href="http://wordpress.org" title="WordPress">WordPress</a></div>
    
    	</div>
    
    </div><!-- end footer-wrap -->
    
    <?php wp_footer(); ?>
    
    </body>
    </html>

    Any help is appreciated. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • perfectly centered for me in FF 3.5.7 and IE8

    Thread Starter stevenswv

    (@stevenswv)

    Hmm I’m running IE8 but the second line still looks right aligned. I will try it in another browser though. Thanks for the quick response Samboll.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Footer Text Centering Issue’ is closed to new replies.