Archived topic
creating footer menu
7 replies · Started by Michael on August 20, 2019
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.
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 :)
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...
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 :)