-
illumusParticipant
I decided to move the menu above the widget footer area for space and aesthetics. Unfortunately, I ran into the issue when switching the placement in footer.php. (See Code)
[code]<nav id=”access” role=”navigation”>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary_nav’, ‘container_id’ => ‘primary-nav’, ‘container_class’ => ‘nav’, ‘fallback_cb’ => ‘minimatica_nav_menu’ ) ); ?>
</nav><!– #access –><footer id=”footer”>
<?php get_sidebar( ‘footer’ ); ?>
</footer><!– #footer –>
</div><!– #wrapper –>
<?php wp_footer(); ?>[/code]I tried working with the CSS, because adjusting widths resolved a similar issue to with the sidebar. This time my efforts were to no avail. (See Image)
[img]http://diamondnova.com/wp-content/uploads/2011/08/footer-problem.png[/img]
The site is currently down for maintenance, as the problem had that much of an impact on the style.
Any suggestions would be appreciated.
You must be logged in to reply to this topic.