• Resolved Anonymous User 17836910

    (@anonymized-17836910)


    Hello.

    I wonder how to center the copyright text in the footer in a proper way.

    I tried to add this:

    .footer-copyright {
         text-align: center;
         width: 100%;
         left: 0;
    }

    And the footer centers, however, the height of the page is reduced.

    Could you help me?

    Thanks

    • This topic was modified 4 years, 8 months ago by Anonymous User 17836910.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Try the following

    #site-footer .footer-credits {
    	margin: auto;
    }
    Thread Starter Anonymous User 17836910

    (@anonymized-17836910)

    Thanks,

    I removed position:absolute and added your code. Now this works perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center the copyright/footer text’ is closed to new replies.