1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

How to replace the Navigation Menu

Discussion in 'Web Development' started by Rosalie, Jan 4, 2016.

Tags:
  1. Rosalie

    Rosalie New Member Verified Member

    Best Wishes for 2016 for everybody!

    How can I replace the navigation menu from the top of the header to the bottom of the header?
    Example: Family Law Firm?
     
  2. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    You can do this with CSS attribute overflow like this

    Code:
    overflow: auto;
    Now just give your navigation bar a bigger size and float it left if needed.
     
  3. Rosalie

    Rosalie New Member Verified Member

    Thank you. I meant at the bottom (or below) the family large image.
    On which code-line do you mean to insert the overflow: auto; ?
     
  4. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    @Rosalie you want to something like in this screenshot right?

    headerunderlogo.png
     
  5. Rosalie

    Rosalie New Member Verified Member

    Hi Mimoun, actually I meant more this idea. Not needed to be exactly the same, but visitors don't need to scroll to the top of the page if navigation is a bit lower like the example.
     

    Attached Files:

  6. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    @Rosalie adding this to my to do list will have a solution for you soon.
     
  7. healthcareinfo

    healthcareinfo New Member

    Hello Everyone

    The Replace Navigation Menu click here
     
  8. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    @healthcareinfo it's not a WordPress template.
    @Rosalie I will get back to you soon with the source code for this.
     
  9. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

  10. decyjohn

    decyjohn New Member

    If you’ve written your own custom nav menu function, or you want to use a plugin such as the Multi-Level Navigation Plugin, you can remove the default menu and call in the new function instead.
     
    Last edited by a moderator: Feb 18, 2016
  11. Rosalie

    Rosalie New Member Verified Member

    Thank you!
     
  12. Rosalie

    Rosalie New Member Verified Member

    Thank you, Adnan. I finished it succesfully now.