• Resolved [email protected]

    (@waynebelcherbigpondcom)


    Hi there

    I have worked out hoe to get a Social Icons menu injected into the Footer of the Twenty Twenty-One theme OK. I have added in a Page link to a Privacy page. And I have also added in some text in place of the “Powered by” text as a copyright notice.

    I have the social icons on the left of the footer and the copy right text in the middle – i write a CSS snippet to achieve the text centering.

    But the owner of the site would prefer that the Privacy link is centered and the copyright notice is right aligned.
    Can I do this please, and if so, how?

    Thank you

    Wayne

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Wayne,

    Looking at your site, this should do what you require. Add this to your “Customizer – Additional CSS” …

    @media only screen and (min-width: 822px) {
    .footer-privacy {
    margin: 0 auto;
    }
    .site-footer > .site-info .powered-by {
    order: 2;
    margin-left: 2.4rem !important;
    }
    }

    Oliver

    Thread Starter [email protected]

    (@waynebelcherbigpondcom)

    Oliver – you are a legend!

    The CSS snippet worked a treat!

    Thank you!

    Now all I have to work out is why the WordPress Support forum did not send me an email to tell me your response was here … ?? Small problem now!

    Thank you again and warm regards!

    Wayne

    HI
    Is the above code in the theme’s additional CSS?
    My footer menu is not centered

    thank

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I center the Privacy page link into the footer Theme: Twenty Twenty-One”’ is closed to new replies.