• Resolved SecurityOptions

    (@securityoptions)


    Hello People, I’ve got a slight problem; I’m currently using the default Twenty Eleven wordpress theme, but I’d like to adjust the my main navigation bar location to above the main images rather than underneath it which it currently is.

    Has anyone here managed to achieve this, or can anyone suggest how to do it without causing any issue with my site.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • once you have a child theme of twenty eleven setup and working, this should be possible by editing header.php in the child theme, and moving the full <nav id="access" role="navigation"> section to above <hgroup>.

    the rest is fine tuning of the styles, if neccessary.

    without causing any issue with my site

    impossible to tell, as there is no link to your site in your post here ??

    Thread Starter SecurityOptions

    (@securityoptions)

    here’s a link

    the importance of working from a child theme is to have an unedtited default theme as a fallback in case of theme problems; also to avoid loosing all customisations when uprading the wordpress version.

    ——–
    you should be fine following my initial suggestion:

    in header.php, the section to move is starting with (and inclusive):
    <nav id="access" role="navigation">
    up to (also inclusive):
    </nav><!-- #access -->

    move that to directly after this line:
    <header id="branding" role="banner">

    make backup copies before editing.

    Thread Starter SecurityOptions

    (@securityoptions)

    alchymyth thank you for your help, I’ll give that a go now.

    Much appreciated ??

    Thread Starter SecurityOptions

    (@securityoptions)

    Sadly this didn’t work.

    Its possible I may have not done it right, but I tried to follow your instructions and the navigation bar vanished, so I put it back

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Moving Navigation Above Twenty Eleven Main Image’ is closed to new replies.