Home › Forums › Support › footer text to center in the mobile version This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 16, 2022 at 6:08 am #2464094 Frame adv Hello could you please helping me to center align the footer text of the mobile version of this website? https://versinversi.it/ thank you so much for the help 🙂 simona December 16, 2022 at 6:54 am #2464160 DavidStaff Customer Support Hi there, try this CSS: @media(max-width: 768px) { .inside-footer-widgets .widget, .inside-footer-widgets .widget * { text-align: center; } .inside-footer-widgets .wp-block-social-links { display: inline-flex; } .inside-footer-widgets > div { margin-bottom: 0 !important; } } I included removing the bottom margin from the widget areas too. 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