• Resolved yaryman

    (@yaryman)


    I am using the Primer theme, and I’m trying to center the footer.
    I thought one of these might work in the Additional CSS section, ( they didn’t ) but my programming skills just don’t cut it.

    .site-footer-inner {
    text-align: center;
    }

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

    Thanks for the help.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @yaryman,

    Are you referring to the Copyright info in the footer?

    You can center that by using the following CSS:

    .site-info-wrapper .site-info-text {
       width: 100%;
       text-align: center;
    }

    Let us know if that helps!

    Thread Starter yaryman

    (@yaryman)

    Perfect, thanks so much.

    I was able to center page titles and main site header looking through past help questions, just didn’t find any solution for footer. Why would blog designers design sites with all the text starting at left and no option to center?
    Centered text just looks so much more visually pleasing.

    Thanks again.

    • This reply was modified 6 years, 5 months ago by yaryman.

    That is just a design preference and not something that the majority of users are looking for, so we didn’t include it as a feature of the theme. This can also be achieved with some custom CSS without too much issue.

    I am glad to hear that you were able to get things working just fine, things look great!

    Evan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering the Footer’ is closed to new replies.