Site logo

[Resolved] Text align in Footer

Home Forums Support [Resolved] Text align in Footer

Home Forums Support Text align in Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #663005
    Grant

    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;
    }

    #663157
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS:

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

    Thanks David, works great!

    #663237
    David
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.