• Resolved mychiefs58

    (@mychiefs58)


    My Site

    i am trying to move the theme menu into the grey bar at the bottom of the header.

    as soon as i do, the colors go away and the menu pushes all the way out the right side. i presume that’s because it’s outside the container, but if i move that header up, then the design is limited by the container.

    i’d like to get it down in that bar so i can add more items to the top level, and so i can add other things to the area to the right of the logo (social media links, contact info, etc.

    i should be able to figure this out, but my brain is breaking and i’m working on a live site, so that makes it hard to experiment.

    any thoughts?

    https://wordpress.org/plugins/megamenu/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi Mychiefs,

    I can’t see why that wouldn’t be possible – please can you move the wp_nav_menu call down into that space so I can see what the issue is?

    Regards,
    Tom

    Thread Starter mychiefs58

    (@mychiefs58)

    it’s a live site, so i’ll need to know when you can look in order to make the change at that time.

    this is what it looks like, though.

    screenshot

    Thread Starter mychiefs58

    (@mychiefs58)

    the only thing i can’t work out here is getting the menu to stay within the constraints of the content.

    i’m copying this code…

    <?php wp_nav_menu( array(
    'container' => 'ul',
    'menu_class' => 'sf-menu',
    'menu_id' => 'topnav',
    'depth' => 0,
    'theme_location' => 'header_menu'
    ));
    ?>
    <div class="clear"></div>

    into this spot…

    <div id="headerbar"><div class="grid_12">HERE</div></div>

    Thread Starter mychiefs58

    (@mychiefs58)

    i solved it. 🙂

    Thread Starter mychiefs58

    (@mychiefs58)

    except…lost all my mmm theme css pertaining to font size.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving menu’ is closed to new replies.