- This topic has 2 replies, 2 voices, and was last updated 3 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘footer customization’ is closed to new replies.
Home › Forums › Lorina Pro › footer customization
Tagged: centering, Footer, privacy policy
Hello. My custom footer text appears on the bottom left of my website and my Privacy Policy link appears on the very right. How can I combine the two and center them?
I suspect that would require hiding the default Privacy Policy link and manually adding it to my custom footer section.
Then I want to center it on the website.
For reference: KristinByTheOcean.com
Thank you in advance!
A couple of different ways to accomplish this;
Option 1.
Add this custom CSS to center both the sections and they will appear stacked one above the other:
.site-info, .site-info-right {
float: none;
width: auto;
text-align: center;
margin-top: 10px;
}
Option 2.
Add the same custom CSS as above to center the bottom footer area.
In ‘Settings’ > ‘Privacy’ deselect the privacy policy page so there is no page selected and click ‘Use this page’ to save. This will remove the auto generated link in the right of the footer.
Now go into the ‘Widgets’ area, and manually add a link to your privacy policy page in the ‘Footer Site Info’ widget area, in the same text widget that you are already using with your own copyright info.
This was exactly what I was looking for. THANK YOU.