• I am trying to get my footer to all be completely center aligned and cannot quite figure it out Specifically, the “The Archives section” and “the social widgits section”. Can someone please help?

    Here is my website: http://www.passporttoexperience.com

    Here is my current footer code:

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser. Or use pastebin.com instead. ]

    <div id="footer">
    		<p>
    		<a>" title="<?php bloginfo('name'); ?>">
    		<?php bloginfo('name'); ?>
    		</a> Journey with me through this virtual passport of food and travel.<p>
    		<p><!-- Start -->It is time to engage!<!-- End --></p>
    		<p><!-- AddThis Follow BEGIN -->
    <p>Follow and Engage in my social media:</p>
    <div class="addthis_toolbox addthis_32x32_style addthis_default_style">
    <a></a>
    <a></a>
    <a></a>
    <a></a>
    <a></a>
    <a></a><p>
    </div>
    ><script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-50cd008030eec286"></script>
    <!-- AddThis Follow END -->
    <p>Blogroll:
    <p><a href="http://msroseatewhite.wordpress.com">Ms. Roseate White</a>
    <p><a href="http://sarahvigue.blogspot.com">Meredibly</a>
    
    The Archives:
    <?php wp_get_archives('type=monthly'); ?>
    
    </div>
    </div>
    </div>
    <?php wp_footer(); ?>
    </body>
    </html>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Aligning my footer’ is closed to new replies.