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.
Hey dabomb!
Add this to your custom CSS.
#socket .copyright {
text-align: center;
}
Best regards,
Elliott