Home › Forums › Support › Center alignment for footer widgets This topic has 8 replies, 3 voices, and was last updated 3 years, 8 months ago by David. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts June 19, 2014 at 3:16 am #1414 June 19, 2014 at 4:43 am #1415 Martin Kirst This just did the trick: .footer-widgets { text-align: center; } Can be closed. June 19, 2014 at 11:03 am #1427 TomLead Developer Lead Developer Hi Martin, Perfect! 🙂 Tom February 25, 2022 at 2:57 am #2133045 Sars Hey @Tom , The footer align works perfectly well. How to Left align each individual items in the footer after center aligning – https://nationalroofingsupply.ca? Thank You February 25, 2022 at 3:41 am #2133090 Fernando Customer Support Hi Sarathy, If that’s the look you’re going for, this specific CSS code might not be suitable for you. Instead, here is a CSS you can try: @media (max-width: 768px) { .inside-footer-widgets > * { text-align:center; } } @media (min-width: 769px) and (max-width: 1024px) { .inside-footer-widgets > * { padding-left: 50px; } } @media (min-width: 1025px) { .inside-footer-widgets > * { padding-left: 90px; } } Kindly let us know how it goes. Hope this helps! 🙂 February 25, 2022 at 4:01 am #2133113 Sars Thanks a lot @fernando Its not working in Mobile – https://pasteboard.co/1IRWX7CFFiJ6.png . The menu is center aligned, but the words are not left aligned. Kindly advice. Thank you February 25, 2022 at 6:28 am #2133284 DavidStaff Customer Support Hi there, remove the CSS that Fernando provided and try this instead: .inside-footer-widgets ul.menu { width: max-content; text-align: left; margin: auto; } February 25, 2022 at 6:30 am #2133289 Sars Awesome Thanks a lot Team! February 25, 2022 at 6:56 am #2133325 DavidStaff Customer Support Glad to be of help Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In