Trouble center footer
-
SO here is the code for my footer from the footer.php file.
<?php /** * @package WordPress * @subpackage Adventure_Journal */ ?> <!-- begin footer --> <div class="clear"></div> <div id="footer"> <div class="nav-horz nav-footer"><?php wp_nav_menu( array( 'theme_location' => 'footer-menu' ) ); ?></div> <?php wp_footer(); ?> <div class="clear"></div> </div> </div> </div> <div id="colophon"> <a id="wpophon" href="https://www.www.remarpro.com" title="Powered by WordPress"></a> <div class="clear"></div> </div> </div> </body> </html>
Can’t seem to get this centered on my page. Have tried nearly all centering code I can think of with no results. Pretty new to this so probably just doing something stupid. I am running the newest version of wordpress with an adventure theme. I have a guy that helps with this kind of stuff but he is in Europe for a month so I need to reach out to the WP peeps. Any help would be appreciated!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Trouble center footer’ is closed to new replies.