Move Navigation Menu Below Logo

Discussion in 'GoldenEagle WordPress Theme' started by steveherman, Jul 2, 2013.

Thread Status:
Not open for further replies.
  1. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    I would like to move the navigation menu below the logo on the Golden Eagle theme. I have achieved this by commenting out the following divisions in the header.php file:

    Code:
    <div class="six columns alpha">
    <div class="ten columns omega">
    However, this removed the navigation menu from my mobile responsive layout. Is there a better way to move the navigation menu?

    Thank you,

    Steve




     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    There is no need to comment them.
    Just replace

    <div class="six columns alpha">
    with
    <div class="sixteen columns">

    and
    <div class="ten columns omega">
    with
    <div class="sixteen columns">
     
  3. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    Nitesh,

    Thank you for the information! I have made the updates in header.php, but now my logo and menu are not centered within the main content division. Also, I still am not able to see the menu on my mobile responsive layout.

    The website I am working on is:


    Thank you again,

    Steve
     
  4. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    I still am not able to see the menu on my mobile responsive layout. Do you have any suggestions for resolving this issue?
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please download "header.php" file attached and replace it with your current "header.php" file.

    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     

    Attached Files:

  6. steveherman

    steveherman Guest

    Joined:
    Jan 29, 2013
    Messages:
    8
    Likes Received:
    0
    Gourav,

    Thank you! By removing the two (2) 960 Grid divisions discussed above and adding the following code to the MainNav division, it solved my issue:

    Code:
    <a href="#" class="mobile_nav closed">Pages Navigation Menu<span></span></a>
    Thank you again,

    Steve
     
Thread Status:
Not open for further replies.

Share This Page