• Hi,

    Can someone advise on how I can center my footer text in the middle of the page? I am not coding or anything. Using the Evolve free theme. I am trying to center this in the footer:

    © 2015 Natali Sanchez Rheault. All rights reserved

    Thanks for any assistance!

    Natali

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

    You can do this by Opening style.css, find .site-info and add text-align: center;

    This would be the code snippet as well for copy pasting.

    .site-info {
    text-align: center !important;
    }
    Thread Starter Natali

    (@natmba1)

    Hi David,

    I am afraid that did not help me. I am sure it is more me than you, don’t worry. I am using WordPress 4.3 and the footer was aligned in the center with the template content so I know I can do it directly in the customize page, under footer, custom footer. Can you please tell me what the code is if I want to align “© 2015 Natali Sanchez Rheault. All rights reserved” directly in the customize page?

    Thanks!

    Thread Starter Natali

    (@natmba1)

    Never mind David, I was able to fix it by adding a simple center align text in the evolve theme. Thanks for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘text in footer not centering’ is closed to new replies.