Site logo

Archived topic

Text align in Footer

3 replies · Started by Grant on August 29, 2018

Viewing posts 1–4 of 4

Hi

I am trying to align my text in the footer widget. I have tried the CSS code below but that does not seem to be working.

.textwidget p{
text-align:center;
}

.inside-right-sidebar .widget h2{
text-align:center;
}

Hi there,

you can use this CSS:

.footer-widgets .widget {
    text-align: center;
}

Thanks David, works great!

You're welcome :)

This archived topic is closed to new replies.