Archived topic
Help with footer
7 replies · Started by Jeff on September 22, 2021
Can you help me with the footer on https://crazyoverdogs.com/
1) How do I remove the text ” footer navigation ”
2) How do I put the 2 lines of links on one line.
Look forward to hearing from you
Jeff
Hi there,
1. Try removing the widget title.
2. Not sure if I understand. Can you explain a bit more?
Hi Leo
In reference to the widget title, can you tell me which one, as I go to Appearance> Widgets
there are 5 footer widgets.
With reference to 2):
The links are: Common Q&A | Disclaimer | Terms Of Use |
( New Line) - Privacy | Affiliate Disclosure | Terms Of Use
I would Like all the links on one line:
Common Q&A | Disclaimer | Terms Of Use | Privacy | Affiliate Disclosure | Terms Of Use
Look forward to hearing from you
Jeff
In reference to the widget title, can you tell me which one, as I go to Appearance> Widgets
there are 5 footer widgets.
From what I can see, you are only using one footer widget which is a text widget in footer widget 1.
I would Like all the links on one line:
There is simply not enough space to keep all links in one line as you have 3 footer widget area there:
https://www.screencast.com/t/BN8x5BsV
If that's only widget you are adding then set the customizer option to 1:
https://docs.generatepress.com/article/footer-widgets/
Let me know if this helps :)
Leo
Sincere thanks for your valued help. It has sorted the problems.
One last thing - How can I centre the text:
Common Q&A | Disclaimer | Terms Of Use | Privacy | Affiliate Disclosure | Terms Of Use
Jeff
Try this CSS:
.site-footer .footer-widgets-container .inside-footer-widgets {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Leo
Thank you for all your kind and valued help. That's it all sorted
Jeff
No problem :)