• Hello Everybody,

    I’m using the Vertigo theme. The problem is, the navigation bar is quite low in the theme. Down in the footer. Beneath my posts.

    After much struggling I’ve at long last managed to hoist it up, so it now sits under my my logo. (where I want it).

    However, when I post anything, video, images, blog, etc. they push the navigation bar back down the page again. How do I post beneath the navigation bar?

    And how do I ensure the navigation bar stays where I’ve put it, and works, on every page?

    Thanks
    dave

Viewing 2 replies - 1 through 2 (of 2 total)
  • what exactly have you edited to move the menu up?
    can you post a link to your site to illustrate what you have so far?

    ideally create a child theme for the customization; http://codex.wordpress.org/Child_Themes

    removing this code section from footer.php and adding it into header.php (possibly into the line directly before <div id="main"> ) should move the menu to the top:

    <nav id="access" role="navigation">
    		<h1 class="section-heading"><?php _e( 'Main menu', 'vertigo' ); ?></h1>
    		<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
    	</nav><!-- #access -->
    Thread Starter drama-queen-prods.

    (@drama-queen-prods)

    Thanks Alchymyth.

    I’ll give this a try and see what happens. If it doesn’t work, I’ll post again.

    PS. When I attempt to post a link to the site, the link doesn’t show up. Here’s another attempt…
    Dave [link fixed by mod]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing the Vertigo theme’ is closed to new replies.