[Resolved] Copyrite Sizing

Home Forums Support [Resolved] Copyrite Sizing

Home Forums Support Copyrite Sizing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #80155
    rlind

    I was wondering how to change the size of the font on the copyrite line. I believe it is based on the body type. I would like to make it smaller.

    Also, what is the best way to center text in the footer widget?

    Thanks,
    Ruth

    #80212
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Copyright text size:

    .site-info {
          font-size: 15px;
    }

    Footer widget alignment:

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

    Hope this helps 🙂

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