• Resolved AngelikWebDesigns

    (@angelikwebdesigns)


    I have a question that I’m surprised Ive not found in previous threads.
    For sites that are long and require a decent amount of scrolling its a popular strategy to add the main menu to the bottom of page for easier navigation.

    my site is pinellasbusinessdirectory.com

    I use a plugin called “Mega Main Menu” which allows me to add some character to my menus both the main menu and any sub menus.
    I would like to add the main menu “horizontal” just as its seen at the top to the bottom of the page directly above the footer image. without any space between the menu and the footer image.

    This way someone could easily navigate the site after scrolling to the bottom and would give the site a better visual appeal. if I add the menu into the footer it shows as vertical and makes the footer image huge. Not what I want! How could I go about fixing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi

    For example

    ( Create a clone menu )
    Create template part file
    name:hook-prepend-footer.php( or hook-append-footer.php )

    value:

    <?php
    raindrops_nav_menu_primary( );
    ?>

    Thank you.

    Theme Author nobita

    (@nobita)

    It was after about two weeks, and then change the resolved because there is no answer, especially

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu to bottom pf page (Not in Footer)’ is closed to new replies.