• Hey.. as you will see on my site https://www.shaynemalone.com

    I have the navigation menu just underneath the header, but I now have more pages I want to add. For instance, you will see that the ‘chatroom’ tab is now off the page…

    Does anyone know what code I would add, to make ANOTHER blue bar underneath the existing one… and have another row of nav buttons?

    The code I have currently in my header is:

    div id="navmenu"><a title="<?php bloginfo('name'); ?>" href="<?php bloginfo('url'); ?>">News</a><a title="About Shayne Malone" href="https://www.shaynemalone.com/?page_id=2">About</a><a title="Preview & Download Music" href="https://www.shaynemalone.com/?page_id=11">Downloads</a><a title="Media Gallery" href="https://www.shaynemalone.com/?page_id=25">Videos</a><a title="Lyrics" href="https://www.shaynemalone.com/?page_id=13">Lyrics</a><a title="View Photos" href="https://www.shaynemalone.com/?page_id=26">Photos</a><a title="Contact Us" href="https://www.shaynemalone.com/?page_id=27">Contact</a><a title="Reviews - Album & Live Shows" href="https://www.shaynemalone.com/?page_id=105">Reviews</a><a title="Chat Live Now!" href="https://www.shaynemalone.com/?page_id=107">Chatroom</a></div>
    
    <div id="subnav"><a href="<?php bloginfo('url'); ?>/wp-admin">Login</a> | <a href="<?php bloginfo('rss2_url'); ?>">Rss</a></div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not sure about adding another blue bar underneath what you have already – the dropdown menus might get confused with the mouseover if the two menus end up sitting on top of each other as you navigate around (i.e. when you hover over Download, then Lyrics – that sub menu can get in the way of putting a second bar underneath. Perhaps you can look at adjusting the font size of the blue bar so that each of the tabs are smaller?

    Thread Starter rockchick

    (@rockchick)

    Hey Flick
    Thanks for the reply. Actually, after I posted this question I found out how easy it is to make dropdown navigation menu’s! haha and that fixed the problem perfectly as it’s given me the room i needed. However, I like the idea of making the font size smaller on the blue bar… I might look into that! I hate large font.. ! lol ?? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with customising navigation menu’ is closed to new replies.