Site logo

[Resolved] creating footer menu

Home Forums Support [Resolved] creating footer menu

Home Forums Support creating footer menu

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #989260
    Michael

    I have a menu at the top bar, but I also need to create a footer menu down at the bottom. Can you please give me the steps for how to do this? WordPress is telling me that the theme only supports one menu.

    #989264
    Leo
    Staff
    Customer Support

    Hi there,

    Give this a shot:
    https://docs.generatepress.com/article/footer-bar-widget-area/#adding-a-footer-menu

    Let me know if this helps 🙂

    #989271
    Michael

    I had to install this css code as you suggested when I set up the website..

    .home .site {
        display: none;
    }

    now when I try to add the footer menu, it’s showing up vertically, not horizontally…

    HERE:
    https://x-thc.com/accomplishments/

    #989277
    Leo
    Staff
    Customer Support

    That CSS doesn’t effect the footer menu.

    You currently have a menu added in footer widget area, have you tried the footer bar widget area?

    #989282
    Michael

    thank you, now how do I center it?

    #989285
    Leo
    Staff
    Customer Support

    Try this CSS:

    .footer-bar-align-right .footer-bar {
        float: none;
        text-align: center;
    }
    #989550
    Michael

    thank you

    #989802
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.