Site logo

Archived topic

Distribute Footer Widgets & Center Widget Text

5 replies · Started by Kelsey on August 7, 2021

Viewing posts 1–6 of 6

Hi there,

1. They are actually evenly distributed, each occupy 25% of the space available. Maybe resolving #2 will help with that :)
2. You can add this CSS to centre the text:

.inside-footer-widgets > div {
    text-align: center;
}

The CSS Rule above that is missing its closing }

taht worked, thank you!

Glad to hear that

This archived topic is closed to new replies.