Archived topic
Edit copyright area
5 replies · Started by Sebastián on November 27, 2017
Hi!
I would like to edit the copyright area.
This is the current view of the footer: https://i.imgur.com/JpYsUTW.png
I want to:
1) Display the Sebastian Cardozo, Current Year at the left instead of the center of the page.
2) Add some links on the right side just like this for example: https://i.imgur.com/oA9EzZY.png
Thanks!
Hi there,
You can either try the Footer Bar widget area: https://docs.generatepress.com/article/footer-bar-widget-area/
Or simply create columns inside copyright section: https://docs.generatepress.com/article/creating-columns/
Worked great thanks
One question, can i edit just a little bit the padding content of a specific widget?
Before: https://i.imgur.com/AKFmd2D.png
After (What I want): https://i.imgur.com/OiKl35j.png
If you see carefully the text widget (including the title) is a little bit to the right more "centered" in the second image, not so close to the edge.
Thanks!
Can you link me to the page?
Hmm they align perfect to me?
You can change it by this CSS if you want:
#text-11 {
padding-left: 10px;
}