Site logo

Archived topic

How can I center Text?

3 replies · Started by Daniel on March 30, 2022

Viewing posts 1–4 of 4

Hi Daniel,

Do you want something like this:
https://www.screencast.com/t/oegeoXxf7nS

If so, try add this CSS to customizer > additional CSS:

@media (min-width: 769px) {
    .footer-widgets ul#menu-recommended-tags {
        display: flex;
        justify-content: space-evenly;
    }
}
This archived topic is closed to new replies.