Footer Widget Alignment

Viewing 2 posts - 1 through 2 (of 2 total)
  • #3078
    illumus
    Participant

    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.

    #3079
    illumus
    Participant

    I ended up removing the Nav altogether and creating a widget menu. Though I would love to know the fix for the future, so I will leave this open a little while longer.

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

You must be logged in to reply to this topic.