Archived topic
How to display Two Footer : menu and copyright separated
13 replies · Started by gabrielvb1100 on May 26, 2020
Hello, I am migrating to GP from Newspaper magazine theme, I have almost duplicated the look and feel of my current theme/demo
Right now I want to have two footer separated because I want to have a different background color, I need a footer menu, and then at the bottom of it, the copyright
If I use a widget, how can I make that widget take the full width?
Thx
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Sure, Ive added the website we are migrating to GP, you can see the footer it has, in desktop version
Can you link me to the site that's using GP so I can try some CSS?
Thx, we installed GP on it
It doesn't look like you've added the widget.
Can you add it in so I can see?
Thanks :)
Hello, Ive added the widget in: staging.domain.org
Hmm can you try adding the same widget in the footer bar widget area as well?
https://docs.generatepress.com/article/footer-bar-widget-area/
I want to see which one works better.
Let me know if this helps :)
You mean a copy of the copyright in the widget area? What I did was to add the menu to the first footer widget area
No - try adding the same menu widget that you've added as a footer widget in the footer bar widget area as well:
https://docs.generatepress.com/article/footer-bar-widget-area/
Ok, done.
Try setting the footer top, left and right padding to 0 in the customizer:
https://docs.generatepress.com/article/footer-padding/
Then try this CSS:
.footer-bar-align-center .footer-bar {
background-color: #000;
padding-top: 10px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Awesome!, it works, thank you
No problem :)