Archived topic
Trying to center the content of footer widgets
1 reply · Started by Jamie on September 30, 2022
Viewing posts 1–2 of 2
I am trying to align the widgets horizontally in each footer widget area. For example, widget 2, I'd like it to be centered in the space between widgets 1 and 2
Hi Jamie,
Not sure I full understand, but give this CSS a try:
.inside-footer-widgets > div {
text-align: center;
}
Let me know if that's not what you are looking for.
This archived topic is closed to new replies.