• Resolved ganzir

    (@ganzir)


    Hello I just followed the guide to create a horizontal menu, which can be found here:

    https://codex.www.ads-software.com/Creating_Horizontal_Menus

    The thing is, I want to place the menu above the header image, how do I do that?

    Placing it below as shown in the guide works, when I paste the code in the header.php above the lines where the image is defined only the wordpress link is visible on my page why is that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • put a div in css and give it an id then work in css on the id.

    Thread Starter ganzir

    (@ganzir)

    Can you a bit more specific, I am not a coder at all, so I have this code

    <div id="navmenu">
    <ul>
    	<li><a href="<?php echo get_settings('home'); ?>">HOME</a></li>
    	<li><a href="wordpress/recipes/">RECIPES</a></li>
    	<li><a href="wordpress/travel/">TRAVEL</a></li>
    	<li><a href="https://www.www.ads-software.com">WORDPRESS</a></li>
    </ul>
    </div>

    in the header.php.

    What do you want me to do with it?

    Thread Starter ganzir

    (@ganzir)

    Nevermind …. i figured it out … I somewhat misplaced the code within the header.php… now it is working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display horizontal Menau above header image’ is closed to new replies.