Home › Forums › Support › Centering footer text This topic has 7 replies, 3 voices, and was last updated 1 year, 5 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts January 4, 2021 at 2:12 am #1604550 roy Hi, how can I get my text centered? It goes under the privacy policy when I try to do it with a widget. Is there another way? January 4, 2021 at 2:42 am #1604590 ElvinStaff Customer Support Hi, Can you specify where you want it to appear? Do you want it centered underneath or above the copyright text? Let us know. π A wise man once said: "Have you cleared your cache?" January 4, 2021 at 4:32 am #1604725 roy Right in the middle of the footer bar in between the 2 side texts, I attached an image just for extra clarification π January 4, 2021 at 4:51 am #1604745 DavidStaff Customer Support Hi there, add an additional HTML widget to your Footer Bar that has your disclaimer text. Place it before your Nav Widget. Once its in place let me know and ill provide the CSS to center it. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 4, 2021 at 5:44 am #1604814 roy Hi David, I just did what you said (I think). Let me know how we can proceed. January 4, 2021 at 6:25 am #1604864 DavidStaff Customer Support Try this CSS: @media(min-width: 768px) { .footer-bar { display: flex; flex: 1; } .footer-bar .widget:first-child { margin-left: auto; margin-right: auto; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ January 4, 2021 at 7:19 am #1605092 roy Thank you for all the help and Happy New Year π January 4, 2021 at 7:23 am #1605100 DavidStaff Customer Support You’re welcome – and Happy New Year to you ! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In