Archived topic
Aligning footer widgets
3 replies · Started by Gabriel on September 8, 2021
I have a production site that is going smoothly but I can't quite align the items in the footer widgets correctly. I want to align the text with the bottom of the logo. Currently the text in Widget 1 and Widget 2 is vertically aligned with the top of the image.
Thanks for your help!
Gabe
Hi Gabriel,
Give this CSS a try:
.inside-footer-widgets {
align-items: flex-end;
}
Let me know :)
Ying,
That didn't work.
Take a look at the footer widgets in the private information section.
The CSS doesn't work is because there're 2 extra widgets have been added below the image since the last time I checked :)
https://www.screencast.com/t/jLMhkRiQV
Try remove these two blocks, then the CSS should work.