Home › Forums › Support › footer widget central aligned on mobile This topic has 1 reply, 2 voices, and was last updated 3 years, 5 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 4, 2022 at 7:58 am #2401711 Frame adv Hello, I am working on this website https://crazy-buck.51-89-175-194.plesk.page/ and for the mobile version I want the text of the footer widgets central aligned, could you maybe helping me? Many thanks in advance, Simona November 4, 2022 at 9:08 am #2401836 LeoStaff Customer Support Hi there, Give this CSS a shot: @media (max-width: 768px) { .footer-widgets .wp-block-social-links.wp-container-1 { justify-content: center; } .footer-widgets h3, .footer-widgets p { text-align: center; } } Adding CSS: https://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In