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

    How do I center align the footer text? I tried using a span and a div, but then I realized the copyright class is left align. How can I center align the copyright class? Then I think I can use a div to center the text.

    http://development.cnnmortgage.com/

    #564263

    Hey dabomb!

    Add this to your custom CSS.

    #socket .copyright {
        text-align: center;
    }

    Best regards,
    Elliott

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