Home Forums Lorina Pro footer customization

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13349
    kristincali
    Participant

    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!

    #13354
    Andy
    Keymaster

    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.

    #13378
    kristincali
    Participant

    This was exactly what I was looking for. THANK YOU.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘footer customization’ is closed to new replies.