Site logo

Archived topic

Copyrite Sizing

1 reply · Started by rlind on February 25, 2015

Viewing posts 1–2 of 2

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

Hi there,

Copyright text size:

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

Footer widget alignment:

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

Hope this helps :)

This archived topic is closed to new replies.