Viewing 3 replies - 1 through 3 (of 3 total)
  • On the static site, your footer menu is wrapped in <nav id="footer-menu">, but on your WordPress site, your footer menu is wrapped in <div class="menu">. If you change it from <div class="menu"> to <div id="footer-menu">, your site will look correct.

    Thread Starter wplearner

    (@wplearner)

    sorry..where do you see this div <div class=”menu”> ?

    It’s right after these line:

    <a href="http://www.coffeeonmars.com/W170/client/?page_id=28">
    <!--now make/show nav menu -->
    </a>

    and right above:

    <div id="main-blurb">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘getting footer menu to "see" css’ is closed to new replies.