Archived topic
Footer widget centering
1 reply · Started by George on February 15, 2018
I have 3 footer widgets enabled. The left and right ones are images, and the middle one is custom HTML. The problem is that the two image widgets are left aligned, making the layout look totally off. I can't find an option for centering those image widgets. Is there such an option, or do I need custom CSS for that?
Hi there,
You could add inline style to center them as you are adding the image.
Or use this CSS to center everything in footer widget:
.inside-footer-widgets {
text-align: center;
}