Site logo

Archived topic

creating footer menu

7 replies · Started by Michael on August 20, 2019

Viewing posts 1–8 of 8

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.

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/

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?

thank you, now how do I center it?

Try this CSS:

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

thank you

No problem :)

This archived topic is closed to new replies.