Home › Forums › Support › Center left aligned text and elements in footer This topic has 5 replies, 2 voices, and was last updated 4 years ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 23, 2019 at 6:36 am #908693 takkularapsis Hi, This could most basic thing, but still…:) I have 3 footer element that i want all to be centered inside their own block. Now those elements are aligned to left side. May 23, 2019 at 6:56 am #908830 DavidStaff Customer Support Hi there, try this CSS: .footer-widgets .widget { text-align: center; } May 23, 2019 at 7:24 am #908867 takkularapsis Hi, Thank you for your quick reply. What if i want the text to be aligned left but in center of the widget? May 23, 2019 at 7:44 am #908884 DavidStaff Customer Support Sorry my bad didn’t read your title properly. Trickier but give this a shot: @media (min-width: 1024px) { .inside-footer-widgets div:not(:last-child) { display: flex; flex-direction: column; align-items: center; } } May 23, 2019 at 8:01 am #908896 takkularapsis Hi, As always, again your support is like a secret agent, quick and affective 🙂 Thank you! May 23, 2019 at 8:46 am #908930 DavidStaff Customer Support Haha – glad to be of help Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In